XMLWAN hace 4 años
padre
commit
5bcd1124e5
Se han modificado 1 ficheros con 13 adiciones y 0 borrados
  1. 13 0
      src/router/modules/patient.js

+ 13 - 0
src/router/modules/patient.js Ver fichero

74
       noCache: true
74
       noCache: true
75
     }
75
     }
76
   },
76
   },
77
+
77
   {
78
   {
78
     path: '/patients/patient/:mid/vascularAccessDetail/:pid',
79
     path: '/patients/patient/:mid/vascularAccessDetail/:pid',
79
     component: () => import('@/xt_pages/user/vascularAccessDetail'),
80
     component: () => import('@/xt_pages/user/vascularAccessDetail'),
137
       noCache: true
138
       noCache: true
138
     }
139
     }
139
   },
140
   },
141
+  {
142
+    path:"/patients/patients/:id/inspectionInfectious",
143
+    component: () => import('@/xt_pages/user/inspectionInfectious'),
144
+    hidden: true,
145
+    is_menu: false,
146
+    name: 'inspectionInfectious',
147
+    meta: {
148
+      title: 'inspectionInfectious',
149
+      noCache: true
150
+    }
151
+  
152
+  },
140
   {
153
   {
141
     path: '/patients/course',
154
     path: '/patients/course',
142
     component: () => import('@/xt_pages/user/courseOfDisease'),
155
     component: () => import('@/xt_pages/user/courseOfDisease'),