From 58b9fddd050ee983667446d612a59097c8f8ee62 Mon Sep 17 00:00:00 2001
From: 819527061@qq.com <123456>
Date: 星期三, 16 十月 2024 17:46:31 +0800
Subject: [PATCH] 无车牌的逻辑判断

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

diff --git a/src/store/state.js b/src/store/state.js
index 17b61f7..2e0763c 100644
--- a/src/store/state.js
+++ b/src/store/state.js
@@ -50,6 +50,18 @@
                   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,

--
Gitblit v1.9.1