陈少旭 1 周之前
父節點
當前提交
1d2798c560
共有 1 個文件被更改,包括 7 次插入7 次删除
  1. 7 7
      src/router/modules/hospitalStation.js

+ 7 - 7
src/router/modules/hospitalStation.js 查看文件

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