diff --git a/openhis-ui-vue3/src/router/index.js b/openhis-ui-vue3/src/router/index.js index ef05d321..f5a83904 100644 --- a/openhis-ui-vue3/src/router/index.js +++ b/openhis-ui-vue3/src/router/index.js @@ -25,30 +25,6 @@ import Layout from '@/layout' // 公共路由 - 所有用户均可访问的路由 export const constantRoutes = [ - // 预约管理路由 - { - path: '/appoinmentmanage', - component: Layout, - redirect: '/appoinmentmanage/clinicRoom', - name: 'AppoinmentManageRoot', - - meta: { title: '预约管理', icon: 'component' }, - children: [ - { - path: 'clinicRoom', - component: () => import('@/views/appoinmentmanage/clinicRoom/index.vue'), - name: 'ClinicRoom', - meta: { title: '门诊出诊医生诊室设置' } - }, - { - path: 'doctorschedule/:deptId', - component: () => import('@/views/appoinmentmanage/doctorschedule/index.vue'), - name: 'DoctorSchedule', - hidden: true, - meta: { title: '医生排班' } - } - ] - }, // 门诊医生站路由 { path: '/doctorstation',