From d2e997d0beb9450cb92afc0eb8632b9e8996e99c Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期五, 14 十一月 2025 17:16:22 +0800
Subject: [PATCH] 删除其他路径代理
---
vue.config.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index 6273b06..46ed856 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -25,6 +25,7 @@
open: false, //杩愯鍚庤嚜鍔ㄦ墦寮�娴忚鍣�
port: process.env.VUE_APP_PORT, //鎸傝浇绔彛
proxy: {
+ /*
'/api/smart-collect': {
target: 'http://120.46.212.231:5102',
// ws: true,
@@ -56,7 +57,7 @@
pathRewrite: {
'^/api': '/'
}
- },
+ },*/
'/api': {
// target: 'http://localhost:4102',
target: process.env.VUE_APP_API_BASEURL,
--
Gitblit v1.9.3