From 1bb161c3a19b95b546c99db5296758c77cefe1c3 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 11 十一月 2025 16:46:53 +0800
Subject: [PATCH] 点位数据处理无数据的时段展示效果

---
 src/config/index.js |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/src/config/index.js b/src/config/index.js
index 6bea09e..d1172f5 100644
--- a/src/config/index.js
+++ b/src/config/index.js
@@ -1,8 +1,8 @@
 /*
  * @Author: lzhe lzhe@example.com
  * @Date: 2024-03-26 10:28:33
- * @LastEditors: Sneed
- * @LastEditTime: 2024-04-10 22:12:06
+ * @LastEditors: lzhe lzhe@example.com
+ * @LastEditTime: 2024-06-20 23:30:15
  * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/config/index.js
  * @Description: 杩欐槸榛樿璁剧疆,璇疯缃甡customMade`, 鎵撳紑koroFileHeader鏌ョ湅閰嶇疆 杩涜璁剧疆: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  */
@@ -22,7 +22,7 @@
 	//鎺ュ彛鍦板潃
 	API_URL: process.env.NODE_ENV === 'development' && process.env.VUE_APP_PROXY === 'true' ? "/api" : process.env.VUE_APP_API_BASEURL,
 	//璇锋眰瓒呮椂
-	TIMEOUT: 10000,
+	TIMEOUT: 20000,
 
 	//TokenName
 	TOKEN_NAME: "Blade-Auth",
@@ -63,13 +63,15 @@
 
 	//鎺у埗鍙伴椤甸粯璁ゅ竷灞�
 	DEFAULT_GRID: {
+		data: {},
 		//榛樿鍒嗘爮鏁伴噺鍜屽搴� 渚嬪 [24] [18,6] [8,8,8] [6,12,6]
 		layout: [12, 6, 6],
 		//灏忕粍浠跺垎甯冿紝com鍙栧��:views/home/components 鏂囦欢鍚�
 		copmsList: [
-			['welcome'],
-			['about', 'ver'],
-			['time', 'progress']
+			// ['welcome'],
+			// ['about', 'ver'],
+			// ['time', 'progress']
+			[],[],[]
 		]
 	}
 }

--
Gitblit v1.9.3