| | |
| | | i18n: 'dashboard' |
| | | }, |
| | | component: () => |
| | | import ( /* webpackChunkName: "views" */ '@/views/supervisoryConsole/data') |
| | | import ( /* webpackChunkName: "views" */ '@/views/dataL/homeL') |
| | | }] |
| | | }, |
| | | |
| | |
| | | }] |
| | | }, |
| | | { |
| | | path: '/equipmentInfo', |
| | | component: Layout, |
| | | redirect: '/equipmentInfo/equipmentInfo', |
| | | children: [{ |
| | | path: 'index', |
| | | name: '设备管理', |
| | | meta: { |
| | | i18n: 'equipmentInfo' |
| | | }, |
| | | component: () => |
| | | import ( /* webpackChunkName: "views" */ '@/views/equipmentInfo/equipmentInfo') |
| | | }] |
| | | }, |
| | | { |
| | | path: '/suser', |
| | | component: Layout, |
| | | redirect: '/suser', |
| | |
| | | component: () => |
| | | import ( /* webpackChunkName: "views" */ '@/views/parcel/parcelKind') |
| | | }] |
| | | } |
| | | }, { |
| | | path: '/dataL', |
| | | component: Layout, |
| | | redirect: '/dataL/dataL', |
| | | children: [{ |
| | | path: 'dataL', |
| | | name: '详情页', |
| | | meta: { |
| | | i18n: 'dataL' |
| | | }, |
| | | component: () => |
| | | import ( /* webpackChunkName: "views" */ '@/views/dataL/dataL') |
| | | }] |
| | | }, { //路由占位 |
| | | path: '/dataL', |
| | | redirect: '/dataL/hFive', |
| | | component: Layout, |
| | | children: [{ |
| | | path: 'hFive', |
| | | name: '提交激活路口', |
| | | meta: { |
| | | i18n: 'dataL' |
| | | }, |
| | | component: () => |
| | | import ( /* webpackChunkName: "views" */ '@/views/dataL/hFive') |
| | | }] |
| | | }, |
| | | { |
| | | path: '/patrolManagement', |
| | | redirect: '/policeInformationDistribution/patrolManagement', |
| | | component: Layout, |
| | | children: [{ |
| | | path: 'patrolManagement', |
| | | name: '巡逻管理', |
| | | meta: { |
| | | i18n: 'policeInformationDistribution' |
| | | }, |
| | | component: () => |
| | | import ( /* webpackChunkName: "views" */ '@/views/policeInformationDistribution/patrolManagement') |
| | | }] |
| | | }, { |
| | | path: '/policeInformationDistribution', |
| | | redirect: '/policeInformationDistribution/policeManagementTeam', |
| | | component: Layout, |
| | | children: [{ |
| | | path: 'policeManagementTeam', |
| | | name: '处警队伍管理', |
| | | meta: { |
| | | i18n: 'policeInformationDistribution' |
| | | }, |
| | | component: () => |
| | | import ( /* webpackChunkName: "views" */ '@/views/policeInformationDistribution/policeManagementTeam') |
| | | }] |
| | | }, { |
| | | path: '/report', |
| | | redirect: '/report/reportConfiguration', |
| | | component: Layout, |
| | | children: [{ |
| | | path: 'reportConfiguration', |
| | | name: '报表配置', |
| | | meta: { |
| | | i18n: 'report' |
| | | }, |
| | | component: () => |
| | | import ( /* webpackChunkName: "views" */ '@/views/report/reportConfiguration') |
| | | }] |
| | | }, { |
| | | path: '/report', |
| | | redirect: '/report/announcementReport', |
| | | component: Layout, |
| | | children: [{ |
| | | path: 'announcementReport', |
| | | name: '公告报表', |
| | | meta: { |
| | | i18n: 'report' |
| | | }, |
| | | component: () => |
| | | import ( /* webpackChunkName: "views" */ '@/views/report/announcementReport') |
| | | }] |
| | | }, |
| | | { |
| | | path: '/real-popup', |
| | | redirect: '/real-popup/kongbai', |
| | | component: Layout, |
| | | children: [{ |
| | | path: 'kongbai', |
| | | name: '首页', |
| | | meta: { |
| | | i18n: 'report' |
| | | }, |
| | | component: () => |
| | | import ( /* webpackChunkName: "views" */ '@/components/real-popup/kongbai') |
| | | }] |
| | | }, |
| | | |
| | | |
| | | ] |
| | | |
| | | |
| | | ] |