diff --git a/openhis-ui-vue3/src/router/index.js b/openhis-ui-vue3/src/router/index.js index 4bbfba04..806091ac 100644 --- a/openhis-ui-vue3/src/router/index.js +++ b/openhis-ui-vue3/src/router/index.js @@ -188,6 +188,19 @@ export const dynamicRoutes = [ // ] // }, // 租户用户设置路由 + //{ + // path: '/patient', + // component: Layout, + // hidden: true, + // children: [ + // { + // path: 'patientmgr', + // component: () => import('@/views/patientmanagement/patientmanagement/index.vue'), + // name: 'Patientmgr', + // meta: { title: '患者档案管理', icon: 'user' } + // } + // ] + // }, { path: '/system/tenant-user', component: Layout,