From a6fd20248270daab943d373c0849ae9b90a69ec8 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期二, 22 十月 2024 22:20:50 +0800
Subject: [PATCH] feat: 修改页面和菜单
---
src/store/state.js | 42 ++++++++++++++++++++++++++++++++++++++++++
1 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/src/store/state.js b/src/store/state.js
index 17b61f7..0db3b11 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,
@@ -127,6 +139,36 @@
parentId: 2,
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,
+ indexUrl: "orderRecord"
+ },
]
},
--
Gitblit v1.9.1