Browse Source

新分支

28169 7 months ago
parent
commit
ff2109f878
2 changed files with 8 additions and 0 deletions
  1. 8 0
      src/router/index_路由未分离前.js
  2. 0 0
      src/xt_pages/user/newInspection.vue

+ 8 - 0
src/router/index_路由未分离前.js View File

@@ -638,6 +638,14 @@ export const xt_asyncRouterMap = [
638 638
         name: 'Inspection',
639 639
         meta: { title: 'inspection', noCache: true }
640 640
       },
641
+      {
642
+        path: '/patients/newinspection',
643
+        component: () => import('@/xt_pages/user/newInspection'),
644
+        hidden: true,
645
+        is_menu: false,
646
+        name: 'newInspection',
647
+        meta: { title: 'newInspection', noCache: true }
648
+      },
641 649
       {
642 650
         path: '/',
643 651
         component: () => import('@/xt_pages/user/courseOfDisease'),

+ 0 - 0
src/xt_pages/user/newInspection.vue View File