From 4ee6f73821ae2c4264c9ea5df9489f94687547d7 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期二, 16 四月 2024 10:52:43 +0800
Subject: [PATCH] fix: 新增场内车辆管理
---
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