| | |
| | | redirect: '/realTimePolice/index', |
| | | children: [{ |
| | | path: 'index', |
| | | name: '警情派发', |
| | | name: '任务下发', |
| | | meta: { |
| | | i18n: 'real' |
| | | }, |
| | | component: () => |
| | | import( /* webpackChunkName: "views" */ '@/views/realTimePolice/real') |
| | | }] |
| | | }, { |
| | | path: '/examination', |
| | | component: Layout, |
| | | redirect: '/examination/index', |
| | | children: [{ |
| | | path: 'index', |
| | | name: '资格审查', |
| | | meta: { |
| | | i18n: 'index' |
| | | }, |
| | | component: () => |
| | | import ( /* webpackChunkName: "views" */ '@/views/examination/examination') |
| | | }] |
| | | }, |
| | | { |
| | |
| | | redirect: '/policeTracking/track', |
| | | children: [{ |
| | | path: 'track', |
| | | name: '警情追踪', |
| | | name: '任务追踪', |
| | | meta: { |
| | | i18n: 'track' |
| | | }, |
| | |
| | | redirect: '/feedbackReport/index', |
| | | children: [{ |
| | | path: 'index', |
| | | name: '取证上报', |
| | | name: '事件上报', |
| | | meta: { |
| | | i18n: 'feedbackReport' |
| | | }, |
| | |
| | | import( /* webpackChunkName: "views" */ '@/components/real-popup/kongbai') |
| | | }] |
| | | } |
| | | |
| | | |
| | | |
| | | ] |