Administrator
2021-07-14 671c27950c33f52ed1d22af2e5b48b5d45b9885f
通知路由修改
1 files modified
6 ■■■■ changed files
src/router/views/index.js 6 ●●●● patch | view | raw | blame | history
src/router/views/index.js
@@ -164,13 +164,13 @@
    },
    {
        path: '/desk',
        redirect: '/desk/notice',
        component: Layout,
        redirect: '/desk/notice',
        children: [{
            path: 'notice',
            path: 'index',
            name: '通知公告',
            meta: {
                i18n: 'index',
                i18n: 'dict'
            },
            component: () =>
                import ( /* webpackChunkName: "views" */ '@/views/desk/notice')