From 0488cc32d225a28289ba6c70a2a297f347cacdad Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 16 三月 2026 17:34:18 +0800
Subject: [PATCH] 2026.3.16

---
 src/constants/menu.js |   23 +++++++++++++++--------
 1 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/src/constants/menu.js b/src/constants/menu.js
index 742e0c1..0d87fdf 100644
--- a/src/constants/menu.js
+++ b/src/constants/menu.js
@@ -14,10 +14,22 @@
         name: '鐩戞祴棰勮',
       },
       {
-        path: '/index/monitor/data-analysis-all',
-        icon: 'solar:presentation-graph-line-duotone',
-        name: '鏁版嵁鍒嗘瀽',
+        icon: 'solar:structure-line-duotone',
+        name: '鏁版嵁绠$悊',
+        children: [
+          {
+            path: '/index/monitor/data-analysis-all',
+            icon: 'solar:presentation-graph-line-duotone',
+            name: '鏁版嵁鍒嗘瀽',
+          },
+          {
+            path: '/index/monitor/data-history',
+            icon: 'solar:graph-new-line-duotone',
+            name: '鍘嗗彶鏁版嵁',
+          },
+        ],
       },
+
       // {
       //   icon: 'solar:presentation-graph-line-duotone',
       //   name: '鏁版嵁鍒嗘瀽',
@@ -55,11 +67,6 @@
       //     },
       //   ],
       // },
-      {
-        path: '/index/monitor/data-history',
-        icon: 'solar:graph-new-line-duotone',
-        name: '鍘嗗彶鏁版嵁',
-      },
     ],
   },
   {

--
Gitblit v1.9.3