From 6d1754304d79d3398df52126cd1d3cd7d630e94a Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期二, 01 十一月 2022 11:59:46 +0800
Subject: [PATCH] 单兵、音柱页面显示
---
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