|
|
@@ -7,49 +7,49 @@
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/login/login",
|
|
|
+ "path": "pages/login/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "登录"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/health/health",
|
|
|
+ "path": "pages/health/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "健康数据"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/health/height",
|
|
|
+ "path": "pages/health/details/height",
|
|
|
"style": { "navigationBarTitleText": "身高" }
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/health/weight",
|
|
|
+ "path": "pages/health/details/weight",
|
|
|
"style": { "navigationBarTitleText": "体重" }
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/health/bmi",
|
|
|
+ "path": "pages/health/details/bmi",
|
|
|
"style": { "navigationBarTitleText": "BMI" }
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/health/blood-pressure",
|
|
|
+ "path": "pages/health/details/blood-pressure",
|
|
|
"style": { "navigationBarTitleText": "血压" }
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/health/blood-glucose",
|
|
|
+ "path": "pages/health/details/blood-glucose",
|
|
|
"style": { "navigationBarTitleText": "血糖" }
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/health/heart-rate",
|
|
|
+ "path": "pages/health/details/heart-rate",
|
|
|
"style": { "navigationBarTitleText": "心率" }
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/profile/profile",
|
|
|
+ "path": "pages/profile/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "个人中心"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/profile/baseinfo",
|
|
|
+ "path": "pages/profile/infos/baseinfo",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "完善信息"
|
|
|
}
|
|
|
@@ -77,11 +77,11 @@
|
|
|
"text": "慢病首页"
|
|
|
},
|
|
|
{
|
|
|
- "pagePath": "pages/health/health",
|
|
|
+ "pagePath": "pages/health/index",
|
|
|
"text": "健康数据"
|
|
|
},
|
|
|
{
|
|
|
- "pagePath": "pages/profile/profile",
|
|
|
+ "pagePath": "pages/profile/index",
|
|
|
"text": "个人中心"
|
|
|
}
|
|
|
]
|