提交 287b01fc 编写于 作者: 张敬贤's avatar 张敬贤

save

上级 b47ee046
...@@ -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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册