zhengpz
2021-08-30 9a1a448d6bc80cb085e64f7117b2dfd53eceb779
Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/zhba_regulatory
1 files modified
13 ■■■■■ changed files
src/router/views/index.js 13 ●●●●● patch | view | raw | blame | history
src/router/views/index.js
@@ -452,5 +452,18 @@
            component: () =>
                import( /* webpackChunkName: "views" */ '@/views/resource/attachOnce')
        }]
    }, {
        path: '/talk',
        redirect: '/talk/talk',
        component: Layout,
        children: [{
            path: 'index',
            name: '心里咨询',
            meta: {
                i18n: 'index',
            },
            component: () =>
                import( /* webpackChunkName: "views" */ '@/views/talk/talk')
        }]
    }
]