| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- {
- "pages": [
- {
- "path": "pages/public/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },{
- "path": "pages/patient/index/index",
- "style": {
- "navigationBarTitleText": "首页-患者端"
- }
- },
- {
- "path": "pages/public/login/index",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/public/health/index",
- "style": {
- "navigationBarTitleText": "健康数据-公共页"
- }
- },
- {
- "path": "pages/patient/health/index",
- "style": { "navigationBarTitleText": "健康数据-患者端" }
- },
- {
- "path": "pages/patient/health/details/height",
- "style": { "navigationBarTitleText": "身高" }
- },
- {
- "path": "pages/patient/health/details/weight",
- "style": { "navigationBarTitleText": "体重" }
- },
- {
- "path": "pages/patient/health/details/bmi",
- "style": { "navigationBarTitleText": "BMI" }
- },
- {
- "path": "pages/patient/health/details/blood-pressure",
- "style": { "navigationBarTitleText": "血压" }
- },
- {
- "path": "pages/patient/health/details/blood-glucose",
- "style": { "navigationBarTitleText": "血糖" }
- },
- {
- "path": "pages/patient/health/details/heart-rate",
- "style": { "navigationBarTitleText": "心率" }
- },
- {
- "path": "pages/patient/health/reminder",
- "style": { "navigationBarTitleText": "健康提醒" }
- },
- {
- "path": "pages/public/profile/index",
- "style": {
- "navigationBarTitleText": "个人中心"
- }
- },
- {
- "path": "pages/patient/profile/index",
- "style": {
- "navigationBarTitleText": "个人中心-患者端"
- }
- },
- {
- "path": "pages/patient/profile/infos/base-info",
- "style": {
- "navigationBarTitleText": "基本信息设定"
- }
- },
- {
- "path": "pages/patient/profile/infos/patient-filing",
- "style": {
- "navigationBarTitleText": "建档信息设定"
- }
- }
- ],
- "globalStyle": {
- "titleNView": false,
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "easycom": {
- "autoscan": true,
- "custom": {
- "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
- }
- },
- "tabBar": {
- "custom": true,
- "list": [
- {
- "pagePath": "pages/public/index/index",
- "text": "首页"
- },
- {
- "pagePath": "pages/patient/index/index",
- "text": "患者端首页"
- },
- {
- "pagePath": "pages/public/health/index",
- "text": "健康数据"
- },
- {
- "pagePath": "pages/patient/health/index",
- "text": "健康数据"
- },
- {
- "pagePath": "pages/public/profile/index",
- "text": "个人中心"
- },
- {
- "pagePath": "pages/patient/profile/index",
- "text": "个人中心-患者端"
- }
- ]
- }
- }
|