From 3c95ff1fcada23113575283542914f31763c13b1 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期四, 27 十月 2022 13:38:14 +0800
Subject: [PATCH] 部门bug
---
vue.config.js | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index 7da1cd2..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: {
- "^/api": ''
- }
+ target: `http://42.193.1.25:8082/`,
+ changeOrigin: true
}
},
// disableHostCheck: true
--
Gitblit v1.8.0