From 1bb161c3a19b95b546c99db5296758c77cefe1c3 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 11 十一月 2025 16:46:53 +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 5b796c5..6273b06 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -62,7 +62,8 @@
 				target: process.env.VUE_APP_API_BASEURL,
 				ws: true,
 				pathRewrite: {
-					 '^/api': '/api'
+					 //'^/api': '/api'
+					 '^/api': '/'
 				}
 			},
 

--
Gitblit v1.9.3