This commit is contained in:
Your Name
2026-04-07 18:13:03 +08:00
parent a780356908
commit fdf714f833
397 changed files with 15086 additions and 1043 deletions
+18
View File
@@ -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')