From cf16c497bd64c22b19e821a1b37518c12fd81f6f Mon Sep 17 00:00:00 2001 From: startcode <169514906@qq.com> Date: Mon, 15 Dec 2025 16:05:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E7=94=B1=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openhis-ui-vue3/src/router/index.js | 24 ------------------------ 1 file changed, 24 deletions(-) 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',