diff --git a/openhis-ui-vue3/src/router/index.js b/openhis-ui-vue3/src/router/index.js index b5a2e2f84..3d1c5a2c3 100755 --- a/openhis-ui-vue3/src/router/index.js +++ b/openhis-ui-vue3/src/router/index.js @@ -292,6 +292,12 @@ export const dynamicRoutes = [ name: 'DoctorStation', meta: {title: '医生工作站', icon: 'operation'}, children: [ + { + path: 'index', + component: () => import('@/views/doctorstation/index.vue'), + name: 'DoctorStationIndex', + meta: {title: '医生工作站', icon: 'operation'} + }, { path: 'pending-emr', component: () => import('@/views/doctorstation/pendingEmr.vue'),