From 7a35e55e30bb18edd9b8f21cbbde1d5c04655af1 Mon Sep 17 00:00:00 2001 From: panyuyi Date: Wed, 6 Mar 2024 20:28:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/vue.config.js b/vue.config.js index a651dec..b5a3c6e 100644 --- a/vue.config.js +++ b/vue.config.js @@ -36,14 +36,14 @@ module.exports = { open: true, proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy - [process.env.VUE_APP_BASE_API + '/run/sz/superviseWay']: { - target: "http://172.16.34.27:18082", - changeOrigin: true, - // logLevel: 'debug', - pathRewrite: { - [process.env.VUE_APP_BASE_API +'/run/sz/superviseWay']: '/tianhui-admin-web/run/sz/superviseWay' - } - }, + // [process.env.VUE_APP_BASE_API + '/run/sz/superviseWay']: { + // target: "http://172.16.34.27:18082", + // changeOrigin: true, + // // logLevel: 'debug', + // pathRewrite: { + // [process.env.VUE_APP_BASE_API +'/run/sz/superviseWay']: '/tianhui-admin-web/run/sz/superviseWay' + // } + // }, [process.env.VUE_APP_BASE_API]: { target: "http://shuili-admin.product.dev.com:30115", // target: "http://127.0.0.1:18082",