陈少旭 1 tydzień temu
rodzic
commit
1d2798c560
1 zmienionych plików z 7 dodań i 7 usunięć
  1. 7 7
      src/router/modules/hospitalStation.js

+ 7 - 7
src/router/modules/hospitalStation.js Wyświetl plik

@@ -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'),