From 6863bdf4ba299ec633418a22e1161290fce155d0 Mon Sep 17 00:00:00 2001 From: mg <maokecheng@163.com> Date: 星期五, 28 十月 2022 18:13:35 +0800 Subject: [PATCH] 联调审核 --- vue.config.js | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/vue.config.js b/vue.config.js index 46b037b..957682a 100644 --- a/vue.config.js +++ b/vue.config.js @@ -39,11 +39,8 @@ proxy: { // 璺ㄥ煙閰嶇疆 "/sccg": { - target: `http://42.193.1.25:8082`, - changeOrigin: true, - pathRewrite: { - "^/sccg": '' - } + target: `http://42.193.1.25:8082/`, + changeOrigin: true } }, // disableHostCheck: true -- Gitblit v1.8.0