|
@@ -12,13 +12,13 @@ export default {
|
12
|
12
|
isChild: true
|
13
|
13
|
},
|
14
|
14
|
children: [
|
15
|
|
-
|
16
|
|
- {
|
17
|
|
- path: '/hospitalStation/doctorDesk',
|
18
|
|
- component: () => import('@/xt_pages/hospitalStation/doctorDesk'),
|
19
|
|
- name: 'outpatientDoctorStationDoctorDesk',
|
20
|
|
- meta: { title: 'outpatientDoctorStationDoctorDesk', noCache: true }
|
21
|
|
- },
|
|
15
|
+ //
|
|
16
|
+ // {
|
|
17
|
+ // path: '/hospitalStation/doctorDesk',
|
|
18
|
+ // component: () => import('@/xt_pages/hospitalStation/doctorDesk'),
|
|
19
|
+ // name: 'outpatientDoctorStationDoctorDesk',
|
|
20
|
+ // meta: { title: 'outpatientDoctorStationDoctorDesk', noCache: true }
|
|
21
|
+ // },
|
22
|
22
|
{
|
23
|
23
|
path: '/hospitalStation/pastInquiries',
|
24
|
24
|
component: () => import('@/xt_pages/hospitalStation/pastInquiries'),
|