From d5ce0b7e6d9ff8db84c03af0bef143024dd246ca Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@iotlink.com> Date: 星期二, 03 十一月 2020 17:24:35 +0800 Subject: [PATCH] 调整应用中心定时器 --- vue.config.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 47db11c..ee4c7aa 100644 --- a/vue.config.js +++ b/vue.config.js @@ -12,7 +12,8 @@ entry: path, template: 'public/index.html', title: chunk == 'desktop/index' ? 'SmartAI' : chunk, - chunks: [chunk_vendor, 'chunk-common', chunk] + chunks: [chunk_vendor, 'chunk-common', chunk], + faviconPath: "favicon.png" } if (chunk != 'index') { pages[chunk].filename = 'view/' + chunk + '.html' @@ -74,7 +75,7 @@ }, "/data/api-v/app/findAllApp": { target: '/', - target: 'http://localhost:8080/', + // target: 'http://localhost:8080/', changeOrigin: true, pathRewrite: { '^/data/api-v/app/findAllApp': 'apps.json' -- Gitblit v1.8.0