From cc7f28137c5fbd698b02817259f2af1311bbb1b2 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@iotlink.com> Date: 星期五, 07 八月 2020 11:41:38 +0800 Subject: [PATCH] fix: 修复bus --- vue.config.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 52eb6c5..db0f78b 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,7 +7,7 @@ pages[chunk] = { entry: path, template: 'public/index.html', - title: chunk, + title: chunk=='desktop/index'?'SmartAI':chunk, chunks: ['chunk-vendors', 'chunk-common', chunk] } if (chunk != 'index') { @@ -31,7 +31,7 @@ } }, productionSourceMap: false, - // filenameHashing: false, + filenameHashing: false, devServer: { proxy: { '/track': { -- Gitblit v1.8.0