| | |
| | | component: () => |
| | | import( /* webpackChunkName: "views" */ '@/views/dataL/dataL') |
| | | }] |
| | | },{//路由占位 |
| | | path: '/dataL', |
| | | component: Layout, |
| | | redirect: '/dataL/hFive', |
| | | children: [{ |
| | | path: 'hFive', |
| | | name: '提交激活路口', |
| | | meta: { |
| | | i18n: 'dataL' |
| | | }, |
| | | component: () => |
| | | import( /* webpackChunkName: "views" */ '@/views/dataL/hFive') |
| | | }] |
| | | }, |
| | | { |
| | | path: '/policeInformationDistribution', |
| | | component: Layout, |
| | | redirect: '/policeInformationDistribution/patrolManagement', |
| | | children: [{ |
| | | path: 'patrolManagement', |
| | | name: '巡逻管理', |
| | | meta: { |
| | | i18n: 'policeInformationDistribution' |
| | | }, |
| | | component: () => |
| | | import( /* webpackChunkName: "views" */ '@/views/policeInformationDistribution/patrolManagement') |
| | | }] |
| | | },{ |
| | | path: '/policeInformationDistribution', |
| | | component: Layout, |
| | | redirect: '/policeInformationDistribution/policeManagementTeam', |
| | | children: [{ |
| | | path: 'policeManagementTeam', |
| | | name: '处警队伍管理', |
| | | meta: { |
| | | i18n: 'policeInformationDistribution' |
| | | }, |
| | | component: () => |
| | | import( /* webpackChunkName: "views" */ '@/views/policeInformationDistribution/policeManagementTeam') |
| | | }] |
| | | },{ |
| | | path: '/report', |
| | | component: Layout, |
| | | redirect: '/report/reportConfiguration', |
| | | children: [{ |
| | | path: 'reportConfiguration', |
| | | name: '报表配置', |
| | | meta: { |
| | | i18n: 'report' |
| | | }, |
| | | component: () => |
| | | import( /* webpackChunkName: "views" */ '@/views/report/reportConfiguration') |
| | | }] |
| | | },{ |
| | | path: '/report', |
| | | component: Layout, |
| | | redirect: '/report/announcementReport', |
| | | children: [{ |
| | | path: 'announcementReport', |
| | | name: '公告报表', |
| | | meta: { |
| | | i18n: 'report' |
| | | }, |
| | | component: () => |
| | | import( /* webpackChunkName: "views" */ '@/views/report/announcementReport') |
| | | }] |
| | | }, |
| | | |
| | | |
| | | |
| | | |