| | |
| | | redirect: '/realTimePolice/index', |
| | | children: [{ |
| | | path: 'index', |
| | | name: '警情派发', |
| | | name: '任务下发', |
| | | meta: { |
| | | i18n: 'real' |
| | | }, |
| | |
| | | redirect: '/policeTracking/track', |
| | | children: [{ |
| | | path: 'track', |
| | | name: '警情追踪', |
| | | name: '任务追踪', |
| | | meta: { |
| | | i18n: 'track' |
| | | }, |
| | |
| | | redirect: '/feedbackReport/index', |
| | | children: [{ |
| | | path: 'index', |
| | | name: '取证上报', |
| | | name: '事件上报', |
| | | meta: { |
| | | i18n: 'feedbackReport' |
| | | }, |
| | |
| | | i18n: 'chatgroup' |
| | | }, |
| | | component: () => |
| | | import ( /* webpackChunkName: "views" */ '@/views/chatrg/chatgroup') |
| | | import( /* webpackChunkName: "views" */ '@/views/chatrg/chatgroup') |
| | | }] |
| | | }, |
| | | { |
| | |
| | | i18n: 'report' |
| | | }, |
| | | component: () => |
| | | import ( /* webpackChunkName: "views" */ '@/components/real-popup/kongbai') |
| | | import( /* webpackChunkName: "views" */ '@/components/real-popup/kongbai') |
| | | }] |
| | | }, |
| | | |
| | | { |
| | | path: '/role', |
| | | redirect: '/role/index', |
| | | component: Layout, |
| | | children: [{ |
| | | path: 'index', |
| | | name: '权限管理', |
| | | meta: { |
| | | i18n: 'index' |
| | | }, |
| | | component: () => |
| | | import( /* webpackChunkName: "views" */ '@/views/authority/role') |
| | | }] |
| | | }, |
| | | { |
| | | path: '/zc', |
| | | redirect: '/zc/index', |
| | | component: Layout, |
| | | children: [{ |
| | | path: 'index', |
| | | name: '注册审核', |
| | | meta: { |
| | | i18n: 'index' |
| | | }, |
| | | component: () => |
| | | import( /* webpackChunkName: "views" */ '@/views/zc/zc') |
| | | }] |
| | | } |
| | | |
| | | ] |