From 447a59c76ab12961bce6ae2f9ca6c5cce1905ad8 Mon Sep 17 00:00:00 2001
From: luobisheng <727299681@qq.com>
Date: 星期四, 24 十一月 2022 18:00:42 +0800
Subject: [PATCH] 修改密码
---
vue.config.js | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index 0eb08d4..156bf9d 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -38,12 +38,10 @@
},
proxy: {
// 璺ㄥ煙閰嶇疆
- "/api": {
- target: `http://42.193.1.25:8082`,
- changeOrigin: true,
- pathRewrite: {
- "^/api": ''
- }
+ "/sccg": {
+ target: `http://42.193.1.25/`,
+ // target: `http://127.0.0.1:8082/`,
+ changeOrigin: true
}
},
// disableHostCheck: true
--
Gitblit v1.8.0