From d7e4b63134fbb434ef382453ed8d3ef4cf378808 Mon Sep 17 00:00:00 2001 From: zhangyanpeng <bob.zhang@highdatas.com> Date: 星期三, 22 四月 2020 19:19:42 +0800 Subject: [PATCH] 界面调整 --- vue.config.js | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/vue.config.js b/vue.config.js index af8c4d2..f414c3a 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,13 +1,14 @@ module.exports = { // 淇敼鐨勯厤缃� // 灏哹aseUrl: '/api',鏀逛负baseUrl: '/', - publicPath: '/', + // publicPath: './', + publicPath: './', outputDir: 'dist', devServer: { proxy: { '/api/api': { - //target: 'http://srs.highdatas.com:8090', - target: 'http://fcfhyi.natappfree.cc', + target: 'http://srs.highdatas.com:8090', + // target: 'http://192.168.31.233:8090', changeOrigin: true, ws: true, -- Gitblit v1.8.0