From c3a60a18eb05114b53665feed992bc038f495704 Mon Sep 17 00:00:00 2001
From: 1012414140@qq.com <1012414140@qq.com>
Date: 星期五, 26 十二月 2025 16:45:44 +0800
Subject: [PATCH] feat: 巡检运维管理

---
 src/store/state.js |   44 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/src/store/state.js b/src/store/state.js
index 1080d8a..cb62b56 100644
--- a/src/store/state.js
+++ b/src/store/state.js
@@ -62,6 +62,18 @@
                     indexUrl: "barrierOpenLog"
                 },
                 {
+                    icon: 'el-icon-document',
+                    name: '鏈堢エ杞﹁鍒欑鐞�',
+                    parentId: 2,
+                    indexUrl: "whiteListRule"
+                },
+                {
+                    icon: 'el-icon-document',
+                    name: '缂磋垂鏃ュ織绠$悊',
+                    parentId: 2,
+                    indexUrl: "paymentLog"
+                },
+                {
                   icon: 'el-icon-document',
                   name: '鐧藉悕鍗曠鐞�',
                   parentId: 2,
@@ -125,6 +137,26 @@
             },
           ]
         },
+        {
+          id:4,
+          icon: 'el-icon-folder-opened',
+          indexUrl: '4',
+          name: '宸℃杩愮淮绠$悊',
+          children:[
+            {
+              icon: 'el-icon-user-solid',
+              name: '宸℃鐧昏',
+              parentId: 4,
+              indexUrl: 'inspectionRegistration'
+            },
+            {
+              icon: 'el-icon-user-solid',
+              name: '缁翠慨缁存姢绠$悊杞欢',
+              parentId: 4,
+              indexUrl: 'repairAndMaintenance'
+            },
+          ]
+        },
       ],
     items2: [
         {
@@ -153,6 +185,18 @@
                 },
                 {
                     icon: 'el-icon-document',
+                    name: '鏈堢エ杞﹁鍒欑鐞�',
+                    parentId: 2,
+                    indexUrl: "whiteListRule"
+                },
+                {
+                    icon: 'el-icon-document',
+                    name: '缂磋垂鏃ュ織绠$悊',
+                    parentId: 2,
+                    indexUrl: "paymentLog"
+                },
+                {
+                    icon: 'el-icon-document',
                     name: '鎵嬪姩鎶潌璁板綍',
                     parentId: 2,
                     indexUrl: "barrierOpenLog"

--
Gitblit v1.9.1