feat(mp): 患者端健康告警页面 + 首页入口
P1-8: 小程序患者告警推送 - 新增 alert service:listPatientAlerts 按患者 ID 查询告警 - 新增 pkg-health/alerts 告警列表页:严重程度标签 + 状态过滤 + 分页 - 首页快捷服务新增"健康告警"入口 - app.config.ts 注册 alerts/index 页面路由
This commit is contained in:
@@ -16,7 +16,7 @@ export default defineAppConfig({
|
||||
subPackages: [
|
||||
{
|
||||
root: 'pages/pkg-health',
|
||||
pages: ['trend/index', 'input/index', 'daily-monitoring/index'],
|
||||
pages: ['trend/index', 'input/index', 'daily-monitoring/index', 'alerts/index'],
|
||||
},
|
||||
{
|
||||
root: 'pages/doctor',
|
||||
|
||||
Reference in New Issue
Block a user