Administrator
2021-06-24 722b29ecd080a3ebf1cad8fa79b846d4405524e0
src/router/views/index.js
@@ -391,10 +391,10 @@
    },
    {
        path: '/patrolManagement',
        redirect: '/policeInformationDistribution/patrolManagement',
        redirect: '/policeInformationDistribution/index',
        component: Layout,
        children: [{
            path: 'patrolManagement',
            path: 'index',
            name: '巡逻管理',
            meta: {
                i18n: 'policeInformationDistribution'
@@ -403,17 +403,17 @@
                import ( /* webpackChunkName: "views" */ '@/views/policeInformationDistribution/patrolManagement')
        }]
    }, {
        path: '/policeInformationDistribution',
        redirect: '/policeInformationDistribution/policeManagementTeam',
        path: '/security',
        redirect: '/security/index',
        component: Layout,
        children: [{
            path: 'policeManagementTeam',
            name: '处警队伍管理',
            path: 'index',
            name: '保安管理',
            meta: {
                i18n: 'policeInformationDistribution'
            },
            component: () =>
                import ( /* webpackChunkName: "views" */ '@/views/policeInformationDistribution/policeManagementTeam')
                import ( /* webpackChunkName: "views" */ '@/views/security/security')
        }]
    }, {
        path: '/report',