|
@@ -5,11 +5,6 @@
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationBarTitleText": "首页"
|
|
"navigationBarTitleText": "首页"
|
|
|
}
|
|
}
|
|
|
- },{
|
|
|
|
|
- "path": "pages/patient/index/index",
|
|
|
|
|
- "style": {
|
|
|
|
|
- "navigationBarTitleText": "首页-患者端"
|
|
|
|
|
- }
|
|
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"path": "pages/public/login/index",
|
|
"path": "pages/public/login/index",
|
|
@@ -20,106 +15,127 @@
|
|
|
{
|
|
{
|
|
|
"path": "pages/public/health/index",
|
|
"path": "pages/public/health/index",
|
|
|
"style": {
|
|
"style": {
|
|
|
- "navigationBarTitleText": "健康数据-公共页"
|
|
|
|
|
|
|
+ "navigationBarTitleText": "健康数据"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "path": "pages/public/profile/index",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "个人中心"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "path": "pages/patient/index/index",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "患者首页"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"path": "pages/patient/health/index",
|
|
"path": "pages/patient/health/index",
|
|
|
- "style": { "navigationBarTitleText": "健康数据-患者端" }
|
|
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "患者健康数据"
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"path": "pages/patient/health/details/height",
|
|
"path": "pages/patient/health/details/height",
|
|
|
- "style": { "navigationBarTitleText": "身高" }
|
|
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "身高记录"
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"path": "pages/patient/health/details/weight",
|
|
"path": "pages/patient/health/details/weight",
|
|
|
- "style": { "navigationBarTitleText": "体重" }
|
|
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "体重记录"
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"path": "pages/patient/health/details/bmi",
|
|
"path": "pages/patient/health/details/bmi",
|
|
|
- "style": { "navigationBarTitleText": "BMI" }
|
|
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "BMI记录"
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"path": "pages/patient/health/details/blood-pressure",
|
|
"path": "pages/patient/health/details/blood-pressure",
|
|
|
- "style": { "navigationBarTitleText": "血压" }
|
|
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "血压记录"
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"path": "pages/patient/health/details/blood-glucose",
|
|
"path": "pages/patient/health/details/blood-glucose",
|
|
|
- "style": { "navigationBarTitleText": "血糖" }
|
|
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "血糖记录"
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"path": "pages/patient/health/details/heart-rate",
|
|
"path": "pages/patient/health/details/heart-rate",
|
|
|
- "style": { "navigationBarTitleText": "心率" }
|
|
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "心率记录"
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"path": "pages/patient/health/reminder",
|
|
"path": "pages/patient/health/reminder",
|
|
|
- "style": { "navigationBarTitleText": "健康提醒" }
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- "path": "pages/public/profile/index",
|
|
|
|
|
"style": {
|
|
"style": {
|
|
|
- "navigationBarTitleText": "个人中心"
|
|
|
|
|
|
|
+ "navigationBarTitleText": "健康提醒"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"path": "pages/patient/profile/index",
|
|
"path": "pages/patient/profile/index",
|
|
|
"style": {
|
|
"style": {
|
|
|
- "navigationBarTitleText": "个人中心-患者端"
|
|
|
|
|
|
|
+ "navigationBarTitleText": "患者个人中心"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path": "pages/doctor/profile/index",
|
|
|
|
|
|
|
+ "path": "pages/patient/profile/infos/base-info",
|
|
|
"style": {
|
|
"style": {
|
|
|
- "navigationBarTitleText": "个人中心-医生端"
|
|
|
|
|
|
|
+ "navigationBarTitleText": "患者基本信息"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path": "pages/patient-family/profile/index",
|
|
|
|
|
|
|
+ "path": "pages/patient/profile/infos/patient-filing",
|
|
|
"style": {
|
|
"style": {
|
|
|
- "navigationBarTitleText": "个人中心-家属端"
|
|
|
|
|
|
|
+ "navigationBarTitleText": "患者建档信息"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
-
|
|
|
|
|
{
|
|
{
|
|
|
- "path": "pages/patient-family/profile/infos/base-info",
|
|
|
|
|
|
|
+ "path": "pages/doctor/index/index",
|
|
|
"style": {
|
|
"style": {
|
|
|
- "navigationBarTitleText": "基本信息设定-家属端"
|
|
|
|
|
|
|
+ "navigationBarTitleText": "医生首页"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path": "pages/patient/profile/infos/base-info",
|
|
|
|
|
|
|
+ "path": "pages/doctor/profile/index",
|
|
|
"style": {
|
|
"style": {
|
|
|
- "navigationBarTitleText": "基本信息设定"
|
|
|
|
|
|
|
+ "navigationBarTitleText": "医生个人中心"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"path": "pages/doctor/profile/infos/base-info",
|
|
"path": "pages/doctor/profile/infos/base-info",
|
|
|
"style": {
|
|
"style": {
|
|
|
- "navigationBarTitleText": "基本信息设定"
|
|
|
|
|
|
|
+ "navigationBarTitleText": "医生基本信息"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path": "pages/patient/profile/infos/patient-filing",
|
|
|
|
|
|
|
+ "path": "pages/doctor/manage/index",
|
|
|
"style": {
|
|
"style": {
|
|
|
- "navigationBarTitleText": "建档信息设定"
|
|
|
|
|
|
|
+ "navigationBarTitleText": "后台管理"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path": "pages/doctor/index/index",
|
|
|
|
|
|
|
+ "path": "pages/patient-family/index/index",
|
|
|
"style": {
|
|
"style": {
|
|
|
- "navigationBarTitleText": "医生首页"
|
|
|
|
|
|
|
+ "navigationBarTitleText": "家属首页"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path": "pages/doctor/manage/index",
|
|
|
|
|
|
|
+ "path": "pages/patient-family/profile/index",
|
|
|
"style": {
|
|
"style": {
|
|
|
- "navigationBarTitleText": "后台管理"
|
|
|
|
|
|
|
+ "navigationBarTitleText": "家属个人中心"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path": "pages/patient-family/index/index",
|
|
|
|
|
|
|
+ "path": "pages/patient-family/profile/infos/base-info",
|
|
|
"style": {
|
|
"style": {
|
|
|
- "navigationBarTitleText": "家属首页"
|
|
|
|
|
|
|
+ "navigationBarTitleText": "家属基本信息"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
@@ -145,40 +161,40 @@
|
|
|
"text": "首页"
|
|
"text": "首页"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "pagePath": "pages/patient/index/index",
|
|
|
|
|
- "text": "患者端首页"
|
|
|
|
|
|
|
+ "pagePath": "pages/public/profile/index",
|
|
|
|
|
+ "text": "个人中心"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "pagePath": "pages/patient/health/index",
|
|
|
|
|
- "text": "健康数据"
|
|
|
|
|
|
|
+ "pagePath": "pages/patient/index/index",
|
|
|
|
|
+ "text": "患者首页"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "pagePath": "pages/public/profile/index",
|
|
|
|
|
- "text": "个人中心"
|
|
|
|
|
|
|
+ "pagePath": "pages/patient/health/index",
|
|
|
|
|
+ "text": "患者健康"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"pagePath": "pages/patient/profile/index",
|
|
"pagePath": "pages/patient/profile/index",
|
|
|
- "text": "个人中心-患者端"
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- "pagePath": "pages/doctor/profile/index",
|
|
|
|
|
- "text": "个人中心-医生端"
|
|
|
|
|
|
|
+ "text": "患者中心"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"pagePath": "pages/doctor/index/index",
|
|
"pagePath": "pages/doctor/index/index",
|
|
|
"text": "医生首页"
|
|
"text": "医生首页"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "pagePath": "pages/patient-family/index/index",
|
|
|
|
|
- "text": "家属首页"
|
|
|
|
|
|
|
+ "pagePath": "pages/doctor/profile/index",
|
|
|
|
|
+ "text": "医生中心"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"pagePath": "pages/doctor/manage/index",
|
|
"pagePath": "pages/doctor/manage/index",
|
|
|
"text": "后台管理"
|
|
"text": "后台管理"
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ "pagePath": "pages/patient-family/index/index",
|
|
|
|
|
+ "text": "家属首页"
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"pagePath": "pages/patient-family/profile/index",
|
|
"pagePath": "pages/patient-family/profile/index",
|
|
|
- "text": "家属个人中心"
|
|
|
|
|
|
|
+ "text": "家属中心"
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
}
|
|
}
|