|
@@ -1,65 +1,69 @@
|
|
|
{
|
|
{
|
|
|
"pages": [
|
|
"pages": [
|
|
|
{
|
|
{
|
|
|
- "path": "pages/index/index",
|
|
|
|
|
|
|
+ "path": "pages/public/index/index",
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationBarTitleText": "慢病APP"
|
|
"navigationBarTitleText": "慢病APP"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path": "pages/login/index",
|
|
|
|
|
|
|
+ "path": "pages/public/login/index",
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationBarTitleText": "登录"
|
|
"navigationBarTitleText": "登录"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path": "pages/health/index",
|
|
|
|
|
|
|
+ "path": "pages/public/health/index",
|
|
|
"style": {
|
|
"style": {
|
|
|
- "navigationBarTitleText": "健康数据"
|
|
|
|
|
|
|
+ "navigationBarTitleText": "健康数据-公共页"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path": "pages/health/details/height",
|
|
|
|
|
|
|
+ "path": "pages/patient/health/index",
|
|
|
|
|
+ "style": { "navigationBarTitleText": "健康数据-患者页" }
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "path": "pages/patient/health/details/height",
|
|
|
"style": { "navigationBarTitleText": "身高" }
|
|
"style": { "navigationBarTitleText": "身高" }
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path": "pages/health/details/weight",
|
|
|
|
|
|
|
+ "path": "pages/patient/health/details/weight",
|
|
|
"style": { "navigationBarTitleText": "体重" }
|
|
"style": { "navigationBarTitleText": "体重" }
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path": "pages/health/details/bmi",
|
|
|
|
|
|
|
+ "path": "pages/patient/health/details/bmi",
|
|
|
"style": { "navigationBarTitleText": "BMI" }
|
|
"style": { "navigationBarTitleText": "BMI" }
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path": "pages/health/details/blood-pressure",
|
|
|
|
|
|
|
+ "path": "pages/patient/health/details/blood-pressure",
|
|
|
"style": { "navigationBarTitleText": "血压" }
|
|
"style": { "navigationBarTitleText": "血压" }
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path": "pages/health/details/blood-glucose",
|
|
|
|
|
|
|
+ "path": "pages/patient/health/details/blood-glucose",
|
|
|
"style": { "navigationBarTitleText": "血糖" }
|
|
"style": { "navigationBarTitleText": "血糖" }
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path": "pages/health/details/heart-rate",
|
|
|
|
|
|
|
+ "path": "pages/patient/health/details/heart-rate",
|
|
|
"style": { "navigationBarTitleText": "心率" }
|
|
"style": { "navigationBarTitleText": "心率" }
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path": "pages/health/reminder",
|
|
|
|
|
|
|
+ "path": "pages/patient/health/reminder",
|
|
|
"style": { "navigationBarTitleText": "健康提醒" }
|
|
"style": { "navigationBarTitleText": "健康提醒" }
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path": "pages/profile/index",
|
|
|
|
|
|
|
+ "path": "pages/public/profile/index",
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationBarTitleText": "个人中心"
|
|
"navigationBarTitleText": "个人中心"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path": "pages/profile/infos/base-info",
|
|
|
|
|
|
|
+ "path": "pages/public/profile/infos/base-info",
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationBarTitleText": "基本信息设定"
|
|
"navigationBarTitleText": "基本信息设定"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path": "pages/profile/infos/patient-filing",
|
|
|
|
|
|
|
+ "path": "pages/public/profile/infos/patient-filing",
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationBarTitleText": "建档信息设定"
|
|
"navigationBarTitleText": "建档信息设定"
|
|
|
}
|
|
}
|
|
@@ -83,15 +87,19 @@
|
|
|
"custom": true,
|
|
"custom": true,
|
|
|
"list": [
|
|
"list": [
|
|
|
{
|
|
{
|
|
|
- "pagePath": "pages/index/index",
|
|
|
|
|
|
|
+ "pagePath": "pages/public/index/index",
|
|
|
"text": "慢病首页"
|
|
"text": "慢病首页"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "pagePath": "pages/health/index",
|
|
|
|
|
|
|
+ "pagePath": "pages/public/health/index",
|
|
|
|
|
+ "text": "健康数据"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "pagePath": "pages/patient/health/index",
|
|
|
"text": "健康数据"
|
|
"text": "健康数据"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "pagePath": "pages/profile/index",
|
|
|
|
|
|
|
+ "pagePath": "pages/public/profile/index",
|
|
|
"text": "个人中心"
|
|
"text": "个人中心"
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|