新增
This commit is contained in:
@@ -39,6 +39,10 @@ export const constantRoutes: Array<RouteRecordRaw> = [
|
||||
path: '/change-password',
|
||||
component: () => import('@/views/account/change-password.vue')
|
||||
},
|
||||
{
|
||||
path: '/bind-work-wechat',
|
||||
component: () => import('@/views/account/bind-work-wechat.vue')
|
||||
},
|
||||
{
|
||||
path: '/user',
|
||||
component: LAYOUT,
|
||||
@@ -53,6 +57,20 @@ export const constantRoutes: Array<RouteRecordRaw> = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/doctor',
|
||||
component: LAYOUT,
|
||||
children: [
|
||||
{
|
||||
path: 'progress',
|
||||
component: () => import('@/views/doctor/progress.vue'),
|
||||
name: 'doctorFaceProgress',
|
||||
meta: {
|
||||
title: '面诊进度'
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/decoration/pc_details',
|
||||
component: () => import('@/views/decoration/pc_details.vue')
|
||||
|
||||
Reference in New Issue
Block a user