From 8e4e122e294640978016810a4d006a0be203363e Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期五, 14 十一月 2025 20:22:55 +0800
Subject: [PATCH] dupate

---
 vue.config.js |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/vue.config.js b/vue.config.js
index 5b796c5..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,13 +57,14 @@
 				pathRewrite: {
 					'^/api': '/'
 				}
-			},
+			},*/
 			'/api': {
 				// target: 'http://localhost:4102', 
 				target: process.env.VUE_APP_API_BASEURL,
 				ws: true,
 				pathRewrite: {
-					 '^/api': '/api'
+					 //'^/api': '/api'
+					 '^/api': '/'
 				}
 			},
 

--
Gitblit v1.9.3