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/route.js |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/src/config/route.js b/src/config/route.js
index d7e157d..8f86182 100644
--- a/src/config/route.js
+++ b/src/config/route.js
@@ -1,8 +1,8 @@
 /*
  * @Author: lzhe lzhe@example.com
  * @Date: 2024-05-24 11:25:26
- * @LastEditors: lzhe lzhe@example.com
- * @LastEditTime: 2024-10-09 09:58:40
+ * @LastEditors: 鏉庡枂(寮�鍙戠粍) lzhe@yxqiche.com
+ * @LastEditTime: 2025-03-10 13:57:44
  * @FilePath: /src/config/route.js
  * @Description: 杩欐槸榛樿璁剧疆,璇疯缃甡customMade`, 鎵撳紑koroFileHeader鏌ョ湅閰嶇疆 杩涜璁剧疆: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  */
@@ -132,7 +132,19 @@
             type: 'menu',
             hidden: true
         }
-    }
+    },
+    {
+        name: "澶у睆",
+        path: "/mdc/forLargeScreen",
+        component: "mdc/forLargeScreen",
+        meta: {
+            icon: "el-icon-menu",
+            title: "澶у睆",
+            type: 'menu',
+            hidden: true
+        }
+    },
+    
 ]
 
 //const routes = []

--
Gitblit v1.9.3