From 0a6f89cc126ef05f51b62565c3ea004e82d078b8 Mon Sep 17 00:00:00 2001
From: “dzb” <2632970487@qq.com>
Date: 星期一, 24 十月 2022 16:32:35 +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