From 413e771cf893e7374dbdacad25b3f5f8f6d46cb7 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期三, 16 十月 2024 15:39:49 +0800
Subject: [PATCH] fix: 泊车修改车位页面

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

diff --git a/src/store/state.js b/src/store/state.js
index 17ea89c..2e0763c 100644
--- a/src/store/state.js
+++ b/src/store/state.js
@@ -50,12 +50,30 @@
                   indexUrl: "outPark"
                 },
                 {
+                    icon: 'el-icon-document',
+                    name: '鍦哄唴杞﹁締绠$悊',
+                    parentId: 2,
+                    indexUrl: "enterParkCar"
+                },
+                {
+                    icon: 'el-icon-document',
+                    name: '鎵嬪姩鎶潌璁板綍',
+                    parentId: 2,
+                    indexUrl: "barrierOpenLog"
+                },
+                {
                   icon: 'el-icon-document',
                   name: '鐧藉悕鍗曠鐞�',
                   parentId: 2,
                   indexUrl: "whiteList"
                 },
                 {
+                    icon: 'el-icon-document',
+                    name: '榛戝悕鍗曠鐞�',
+                    parentId: 2,
+                    indexUrl: "ticketBlack"
+                },
+                {
                   icon: 'el-icon-document',
                   name: '娉婅溅鍙戠エ绠$悊',
                   parentId: 2,

--
Gitblit v1.9.1