diff --git a/apps/miniprogram/src/pages/doctor/index.tsx b/apps/miniprogram/src/pages/doctor/index.tsx index eb0e709..5911e72 100644 --- a/apps/miniprogram/src/pages/doctor/index.tsx +++ b/apps/miniprogram/src/pages/doctor/index.tsx @@ -30,8 +30,6 @@ const QUICK_ACTIONS = [ { label: '患者查询', initial: '查', route: '/pages/doctor/patients/index' }, { label: '随访记录', initial: '随', route: '/pages/doctor/followup/index' }, { label: '告警中心', initial: '警', route: '/pages/doctor/alerts/index' }, - { label: '透析记录', initial: '透', route: '/pages/doctor/dialysis/index' }, - { label: '透析处方', initial: '方', route: '/pages/doctor/prescription/index' }, ]; export default function DoctorHome() { diff --git a/apps/miniprogram/src/pages/health/index.tsx b/apps/miniprogram/src/pages/health/index.tsx index dc41f43..1a617e0 100644 --- a/apps/miniprogram/src/pages/health/index.tsx +++ b/apps/miniprogram/src/pages/health/index.tsx @@ -366,22 +366,7 @@ export default function Health() { )} - {/* BLE 设备卡片 */} - - Taro.navigateTo({ url: '/pages/device-sync/index' })} - > - - - - - 蓝牙设备 - 连接设备自动同步数据 - - - - + {/* BLE 设备同步功能暂缓开放 */} {/* 健康资讯入口 */} = { - '积分商城': '/pages/mall/index', - '我的订单': '/pages/pkg-mall/orders/index', - '积分明细': '/pages/pkg-mall/detail/index', '就诊人管理': '/pages/pkg-profile/family/index', '我的报告': '/pages/pkg-profile/reports/index', '健康记录': '/pages/pkg-profile/health-records/index', '诊断记录': '/pages/pkg-profile/diagnoses/index', '我的随访': '/pages/pkg-profile/followups/index', - '用药提醒': '/pages/pkg-profile/medication/index', - '透析记录': '/pages/pkg-profile/dialysis-records/index', - '透析处方': '/pages/pkg-profile/dialysis-prescriptions/index', - '知情同意': '/pages/pkg-profile/consents/index', - '我的预约': '/pages/pkg-appointment/index', + '我的预约': '/pages/appointment/index', '在线咨询': '/pages/consultation/index', '设置': '/pages/pkg-profile/settings/index', };