From 4c7229aad21704113c0b99897b84615d3ff40f5b Mon Sep 17 00:00:00 2001 From: hxh <762326930@qq.com> Date: Wed, 1 Nov 2023 11:13:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index b1d38fb..cb539db 100644 --- a/vue.config.js +++ b/vue.config.js @@ -37,8 +37,7 @@ module.exports = { proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - target: "http://127.0.0.1:18082", - // target: "http://192.168.1.20:8084", + target: "http://shuili-admin.product.dev.com:30115", changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: '/tianhui-admin-web'