From 6cde85d8030db64ae1e499178529ab8a9ec80fe1 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期四, 27 十月 2022 18:05:19 +0800
Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/sccg_ui into master
---
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