From 8983c63e23d6f584ed3716b2b2754a5583d4756d Mon Sep 17 00:00:00 2001 From: panyuyi Date: Thu, 14 Mar 2024 18:19:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B3=A8=E9=87=8A=E4=BB=A3=E7=A0=81?= 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 fd4e59c..92840a8 100644 --- a/vue.config.js +++ b/vue.config.js @@ -35,14 +35,14 @@ module.exports = { port: 80, open: true, proxy: { - [process.env.VUE_APP_BASE_API + '/run/']: { - target: "http://172.16.34.27:18082", - changeOrigin: true, - // logLevel: 'debug', - pathRewrite: { - [process.env.VUE_APP_BASE_API +'/run/']: '/tianhui-admin-web/run/' - } - }, + // [process.env.VUE_APP_BASE_API + '/run/']: { + // target: "http://172.16.34.27:18082", + // changeOrigin: true, + // // logLevel: 'debug', + // pathRewrite: { + // [process.env.VUE_APP_BASE_API +'/run/']: '/tianhui-admin-web/run/' + // } + // }, // 曹琪本地接口 // [process.env.VUE_APP_BASE_API]: {