From 45c217996d025d256fdd0ed5cb744750e68dd36d Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 17 三月 2026 16:43:04 +0800
Subject: [PATCH] 2026.3.17
---
src/constants/menu.js | 39 ++++++++++++++++++++++++++-------------
1 files changed, 26 insertions(+), 13 deletions(-)
diff --git a/src/constants/menu.js b/src/constants/menu.js
index 742e0c1..fc263a2 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: '鍘嗗彶鏁版嵁',
- },
],
},
{
@@ -67,15 +74,16 @@
name: '鐩戠宸℃煡',
children: [
{
+ path: '/index/inspection/monitor-control',
+ icon: 'solar:eye-scan-line-duotone',
+ name: '鐩戠鐩戞帶',
+ },
+ {
path: '/index/inspection/task-manage',
icon: 'solar:file-text-line-duotone',
name: '浠诲姟绠$悊',
},
- {
- path: '/index/inspection/scene-info',
- icon: 'solar:shop-2-line-duotone',
- name: '搴楅摵绠$悊',
- },
+
{
path: '/index/inspection/pro-check',
icon: 'solar:checklist-minimalistic-line-duotone',
@@ -102,6 +110,11 @@
icon: 'solar:folder-favourite-bookmark-line-duotone',
name: '璇勪及鎶ュ憡',
},
+ {
+ path: '/index/inspection/scene-info',
+ icon: 'solar:shop-2-line-duotone',
+ name: '搴楅摵绠$悊',
+ },
// {
// path: '/index/analysis/data-product',
// icon: 'solar:document-add-line-duotone',
--
Gitblit v1.9.3