| | |
| | | component: () => |
| | | import ( /* webpackChunkName: "views" */ '@/views/dispatchChild/index') |
| | | }] |
| | | }, { |
| | | path: '/equipments', |
| | | component: Layout, |
| | | redirect: '/equipments/index', |
| | | children: [{ |
| | | path: 'index', |
| | | name: '保安公司装备管理', |
| | | meta: { |
| | | i18n: 'dict' |
| | | }, |
| | | component: () => |
| | | import ( /* webpackChunkName: "views" */ '@/views/equipments/index') |
| | | }] |
| | | }, { |
| | | path: '/car', |
| | | component: Layout, |
| | | redirect: '/car/index', |
| | | children: [{ |
| | | path: 'index', |
| | | name: '保安公司车辆管理', |
| | | meta: { |
| | | i18n: 'dict' |
| | | }, |
| | | component: () => |
| | | import ( /* webpackChunkName: "views" */ '@/views/car/index') |
| | | }] |
| | | }, { |
| | | path: '/gun', |
| | | component: Layout, |
| | | redirect: '/gun/index', |
| | | children: [{ |
| | | path: 'index', |
| | | name: '保安公司枪支管理', |
| | | meta: { |
| | | i18n: 'dict' |
| | | }, |
| | | component: () => |
| | | import ( /* webpackChunkName: "views" */ '@/views/gun/index') |
| | | }] |
| | | }] |