南昌市物联网技防平台-前端
liuyg
2021-05-09 4f11d6a54ade61ba7daf8ba856014d2f8994badf
src/router/views/index.js
@@ -11,7 +11,7 @@
            i18n: 'dashboard'
        },
        component: () =>
            import( /* webpackChunkName: "views" */ '@/views/supervisoryConsole/data')
            import( /* webpackChunkName: "views" */ '@/views/dataL/homeL')
    }]
},
@@ -352,6 +352,7 @@
},{//路由占位
    path: '/dataL',
    redirect: '/dataL/hFive',
    component: Layout,
    children: [{
        path: 'hFive',
        name: '提交激活路口',
@@ -365,6 +366,7 @@
{
    path: '/patrolManagement',
    redirect: '/policeInformationDistribution/patrolManagement',
    component: Layout,
    children: [{
        path: 'patrolManagement',
        name: '巡逻管理',
@@ -377,6 +379,7 @@
},{
    path: '/policeInformationDistribution',
    redirect: '/policeInformationDistribution/policeManagementTeam',
    component: Layout,
    children: [{
        path: 'policeManagementTeam',
        name: '处警队伍管理',
@@ -389,6 +392,7 @@
},{
    path: '/report',
    redirect: '/report/reportConfiguration',
    component: Layout,
    children: [{
        path: 'reportConfiguration',
        name: '报表配置',
@@ -401,6 +405,7 @@
},{
    path: '/report',
    redirect: '/report/announcementReport',
    component: Layout,
    children: [{
        path: 'announcementReport',
        name: '公告报表',
@@ -411,6 +416,20 @@
            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')
    }]
},