| | |
| | | path: 'cockpitManage', |
| | | name: 'cockpitManage', |
| | | component: () => import('@/views/systemSetting/platform/cockpitManage') |
| | | } |
| | | }, |
| | | { |
| | | path: 'externalLinks', //外部链接 |
| | | name: 'externalLinks', |
| | | component: () => import('@/views/systemSetting/platform/externalLinks') |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | |
| | | { |
| | | path: 'studyJudge', // 预警研判 |
| | | name: 'studyJudge', |
| | | component: () => import('@/views/intelligentPatrol/studyJudge'), |
| | | component: () => import('@/views/intelligentPatrol/studyJudge/tablePage'), |
| | | }, |
| | | { |
| | | path: 'illegalSearch', // 违规检索 |
| | |
| | | name: 'trendAnalysis', |
| | | component: () => import('@/views/intelligentPatrol/trendAnalysis'), |
| | | }, |
| | | { |
| | | path: 'runReport', // 运行报告 |
| | | name: 'runReport', |
| | | component: () => import('@/views/intelligentPatrol/runReport'), |
| | | }, |
| | | // 违法统计 |
| | | { |
| | | path: 'typeStatistics', // 按违规类型统计 |
| | |
| | | component: () => import('@/views/info/Success'), |
| | | }, |
| | | { |
| | | path: '/map', |
| | | name: 'map', |
| | | component: () => import('@/components/map/leafletMap.vue') |
| | | }, |
| | | { |
| | | path: '*', |
| | | redirect: '/404' |
| | | } |
| | |
| | | router.push = function push(location) { |
| | | return originalPush.call(this, location).catch(err => err); |
| | | } |
| | | export default router |
| | | export default router |