src/store/state.js
@@ -102,4 +102,28 @@ ] }, ], items2: [ { 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" }, ] }, ], }