|
@@ -166,8 +166,8 @@ export const partRoutes = [
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
path: 'index',
|
|
path: 'index',
|
|
- component: () => uiVersion === 1 ? import('@/views/customer/patientManagement') : import('@/views/customer/customerManagement'),
|
|
|
|
- name: uiVersion === 1 ? 'patientManagement' : 'customerManager',
|
|
|
|
|
|
+ component: () => uiVersion === 1 ? import('@/views/customer/patientManagement') : uiVersion === 2 ? import('@/views/customer/customerManagement') : import('@/views/customer/elderlyCareManagement'),
|
|
|
|
+ name: uiVersion === 1 ? 'patientManagement' : uiVersion === 2 ? 'customerManager' : 'elderlyCareManager',
|
|
meta: { title: uiVersion === 1 ? '病人管理' : '用户管理', icon: 'el-icon-s-custom', noCache: true }
|
|
meta: { title: uiVersion === 1 ? '病人管理' : '用户管理', icon: 'el-icon-s-custom', noCache: true }
|
|
}
|
|
}
|
|
]
|
|
]
|