From 899de68b5072c2eb3d46aa99c1c65fa30a1211bb Mon Sep 17 00:00:00 2001 From: kongdeqiang <123456> Date: 星期一, 28 十月 2024 08:30:38 +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 0db3b11..130fbbe 100644 --- a/src/store/state.js +++ b/src/store/state.js @@ -174,4 +174,46 @@ }, ], + items3: [ + { + id:2, + icon: 'el-icon-folder-opened', + indexUrl: '2', + name: '鏅烘収娉婅溅绠$悊', + children:[ + { + icon: 'el-icon-document', + name: '杞﹁締鍏ュ満绠$悊', + parentId: 2, + indexUrl: "enterPark" + }, + { + icon: 'el-icon-document', + name: '杞﹁締鍑哄満绠$悊', + 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: "orderRecord" + }, + + ] + }, + + ], } -- Gitblit v1.9.1