提交 989c5cc4 编写于 作者: 张磊's avatar 张磊

Merge branch 'feature/zjx2' into 'develop'

save

See merge request !10
...@@ -29,6 +29,11 @@ const routerConfig = [ ...@@ -29,6 +29,11 @@ const routerConfig = [
name: 'appoint', name: 'appoint',
component: () => import('@/views/appoint/index.vue'), component: () => import('@/views/appoint/index.vue'),
}, },
{
path: '/appoint-details',
name: 'appointDetails',
component: () => import('@/views/appointDetails/index.vue'),
},
]; ];
router.beforeEach(async (to, from, next) => { router.beforeEach(async (to, from, next) => {
......
此差异已折叠。
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册