diff --git a/employee-app/health-monitor/index.html b/employee-app/health-monitor/index.html index 4b7b5d9..147415e 100644 --- a/employee-app/health-monitor/index.html +++ b/employee-app/health-monitor/index.html @@ -178,9 +178,10 @@ body { background: #f0f2f5; display: flex; justify-content: center; align-items:
环境监测
- 空气质量 AQI 45 + 室外空气 + 室内空气 清洁 水质 达标 - 过敏 低风险 + 花粉
05-25 09:30 更新
diff --git a/index.html b/index.html index 560d124..a9cac3d 100644 --- a/index.html +++ b/index.html @@ -528,7 +528,10 @@ const SITE_MAP = [ { file:'health-screening/questionnaire-detail.html', label:'问卷详情' }, { file:'weight/index.html', label:'体重监测首页' }, { file:'weight/history.html', label:'体重历史数据' }, - { file:'weight/report-detail.html', label:'体重详细报告' } + { file:'weight/report-detail.html', label:'体重详细报告' }, + { file:'environment/index.html', label:'环境监测首页' }, + { file:'environment/device-detail.html', label:'环境监测-设备详情' }, + { file:'environment/alarm-data.html', label:'环境监测-报警数据' } ] }, { name:'健康评估', dir:'employee-app/health-assessment', pages:[] }, { name:'心脑血管病预防', dir:'employee-app/cardiovascular', pages:[] },