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 |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/store/state.js b/src/store/state.js
index 967b6b4..2e0763c 100644
--- a/src/store/state.js
+++ b/src/store/state.js
@@ -51,7 +51,13 @@
                 },
                 {
                     icon: 'el-icon-document',
-                    name: '杞﹁締鍑哄満绠$悊',
+                    name: '鍦哄唴杞﹁締绠$悊',
+                    parentId: 2,
+                    indexUrl: "enterParkCar"
+                },
+                {
+                    icon: 'el-icon-document',
+                    name: '鎵嬪姩鎶潌璁板綍',
                     parentId: 2,
                     indexUrl: "barrierOpenLog"
                 },

--
Gitblit v1.9.1