From 11aac8b13502b54e266ae0b9a7879bd6adee7ccd Mon Sep 17 00:00:00 2001 From: chenqi Date: Sat, 20 Jun 2026 14:13:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=E7=A7=BB=E9=99=A4=E4=B8=BBUI?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E7=A7=BB=E5=8A=A8=E7=AB=AF=E8=B7=AF=E7=94=B1?= =?UTF-8?q?(=E5=B7=B2=E7=A7=BB=E8=87=B3=E7=8B=AC=E7=AB=8B=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- healthlink-his-ui/src/router/index.js | 79 +-------------------------- 1 file changed, 1 insertion(+), 78 deletions(-) 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 ] }, // 添加套餐管理相关路由到公共路由,确保始终可用