From 5b2dd794ec680d47e907ff43a264a7f82c30a130 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期二, 18 十月 2022 16:23:55 +0800
Subject: [PATCH] 部门编辑优化
---
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