diff --git a/healthlink-his-ui/src/router/index.js b/healthlink-his-ui/src/router/index.js index c4ff9dace..9505f68dd 100755 --- a/healthlink-his-ui/src/router/index.js +++ b/healthlink-his-ui/src/router/index.js @@ -129,84 +129,7 @@ export const constantRoutes = [ } ] }, - { - path: '/nursingmobile', - component: Layout, - hidden: true, - children: [ - { - path: 'patient-list', - component: () => import('@/views/nursingmobile/PatientList.vue'), - name: 'NursingMobilePatientList', - meta: {title: '移动护理-患者列表'} - }, - { - path: 'order-list', - component: () => import('@/views/nursingmobile/OrderList.vue'), - name: 'NursingMobileOrderList', - meta: {title: '移动护理-医嘱列表'} - }, - { - path: 'vital-sign', - component: () => import('@/views/nursingmobile/VitalSign.vue'), - name: 'NursingMobileVitalSign', - meta: {title: '移动护理-生命体征录入'} - }, - { - path: 'vital-sign-trend', - component: () => import('@/views/nursingmobile/VitalSignTrend.vue'), - name: 'NursingMobileVitalSignTrend', - meta: {title: '移动护理-体征趋势'} - }, - { - path: 'assessment', - component: () => import('@/views/nursingmobile/NursingAssessment.vue'), - name: 'NursingMobileAssessment', - meta: {title: '移动护理-护理评估'} - }, - { - path: 'infusion', - component: () => import('@/views/nursingmobile/InfusionManagement.vue'), - name: 'NursingMobileInfusion', - meta: {title: '移动护理-输液管理'} - } - ] - }, - // 移动H5护理工作站 - { - path: '/mobile', - hidden: true, - children: [ - { - path: 'tasks', - component: () => import('@/views/mobile/TaskList.vue'), - name: 'MobileTasks', - meta: {title: '移动护理-任务列表'} - }, - { - path: 'patients', - component: () => import('@/views/mobile/PatientList.vue'), - name: 'MobilePatients', - meta: {title: '移动护理-患者列表'} - }, - { - path: 'patient-detail', - component: () => import('@/views/mobile/PatientDetail.vue'), - name: 'MobilePatientDetail', - meta: {title: '移动护理-患者详情'} - }, - { - path: 'vital-entry', - component: () => import('@/views/mobile/VitalSignEntry.vue'), - name: 'MobileVitalEntry', - meta: {title: '移动护理-体征录入'} - }, - { - path: 'assessment', - component: () => import('@/views/mobile/AssessmentForm.vue'), - name: 'MobileAssessment', - meta: {title: '移动护理-护理评估'} - } + // 移动端路由已移至独立项目 healthlink-his-mobile ] }, // 添加套餐管理相关路由到公共路由,确保始终可用