Administrator
2021-06-24 c7cb6f63e206581e27e1cd43fd92c4f347aa5baa
src/router/views/index.js
@@ -11,7 +11,7 @@
                i18n: 'dashboard'
            },
            component: () =>
                import ( /* webpackChunkName: "views" */ '@/views/alarmManagement/alarmAnalysis')
                import ( /* webpackChunkName: "views" */ '@/views/realTimePolice/real')
        }]
    },
@@ -300,9 +300,9 @@
    }, {
        path: '/article',
        component: Layout,
        redirect: '/article/article',
        redirect: '/article/index',
        children: [{
            path: 'article',
            path: 'index',
            name: '资讯管理',
            meta: {
                i18n: 'article'
@@ -313,9 +313,9 @@
    }, {
        path: '/feedbackReport',
        component: Layout,
        redirect: '/feedbackReport/feedbackReport',
        redirect: '/feedbackReport/index',
        children: [{
            path: 'feedbackReport',
            path: 'index',
            name: '取证上报',
            meta: {
                i18n: 'feedbackReport'
@@ -460,4 +460,4 @@
]
]