zengh
2021-06-24 d9cd0555f317ac6d8a80e98754ab6e8afee0b9b5
名称修改
1 files modified
8 ■■■■ changed files
src/router/views/index.js 8 ●●●● patch | view | raw | blame | history
src/router/views/index.js
@@ -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'