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 | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index 0eb08d4..957682a 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -38,12 +38,9 @@
},
proxy: {
// 璺ㄥ煙閰嶇疆
- "/api": {
- target: `http://42.193.1.25:8082`,
- changeOrigin: true,
- pathRewrite: {
- "^/api": ''
- }
+ "/sccg": {
+ target: `http://42.193.1.25:8082/`,
+ changeOrigin: true
}
},
// disableHostCheck: true
--
Gitblit v1.8.0