{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { // "navigationBarTitleText": "领透圣卫士" // "navigationStyle": "custom" } }, { "path": "pages/message/index", "style": { "navigationBarTitleText": "肾友知识" // "navigationStyle": "custom" } }, { "path": "pages/my/index", "style": { "navigationBarTitleText": "我的" // "navigationStyle": "custom" } }, { "path" : "pages/Health_monitor/index", "style" : { "navigationBarTitleText" : "我的健康设备" // "enablePullDownRefresh" : false } }, { "path" : "pages/Health_monitor/urinometer", "style" : { "navigationBarTitleText" : "领透尿检仪" // "enablePullDownRefresh" : false } }, { "path" : "pages/my/personage", "style" : { "navigationBarTitleText" : "个人信息" // "enablePullDownRefresh" : false } }, { "path" : "pages/Health_record/index", "style" : { "navigationBarTitleText" : "基本信息完善" // "enablePullDownRefresh" : false } }, {//病情 "path" : "pages/Health_record/disease", "style" : { "navigationBarTitleText" : "基本信息完善", "enablePullDownRefresh" : false } }, {//血肌酐 "path" : "pages/Health_record/creatinine", "style" : { "navigationBarTitleText" : "基本信息完善", "enablePullDownRefresh" : false } }, {//尿蛋白 "path" : "pages/Health_record/albumen", "style" : { "navigationBarTitleText" : "基本信息完善", "enablePullDownRefresh" : false } }, {//肾功能 "path" : "pages/Health_record/renal", "style" : { "navigationBarTitleText" : "基本信息完善", "enablePullDownRefresh" : false } }, { "path" : "pages/Health_record/archives", "style" : { "navigationBarTitleText" : "个人信息", "enablePullDownRefresh" : false } }, { "path" : "pages/Health_monitor/components/network", "style" : { "navigationBarTitleText" : "配置网络", "enablePullDownRefresh" : false } }, { "path": "pages/addPatient/index", "style": { "navigationBarTitleText": "添加就诊人" } }, { "path": "pages/userBinding/index", "style": { "navigationBarTitleText": "用户绑定" } }, { "path": "pages/inspection_new/detail", "style": { "navigationBarTitleText": "检查报告详情" } }, { "path": "pages/inspection_new/index", "style": { "navigationBarTitleText": "检查报告", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path": "pages/dialysis/index", "style": { "navigationBarTitleText": "我的透析" } }, { "path": "pages/shop/index", "style": { "navigationBarTitleText": "圣卫士商城" } }, { "path": "pages/code/index", "style": { "navigationBarTitleText": "我的签到" } }, { "path": "pages/noDialysis/index", "style": { "navigationBarTitleText": "透析签到" } }, { "path": "pages/Patient/List", "style": { "navigationBarTitleText": "我的就诊人" } }, { "path": "pages/Patient/detail", "style": { "navigationBarTitleText": "就诊人详情" } } ], "subpackages":[ { "root": "subpackagesA", "pages":[ { "path": "pages/advancePay/index", "style": { "navigationBarTitleText": "预交金查询" } }, { "path": "pages/advancePay/details", "style": { "navigationBarTitleText": "明细查询" } }, { "path": "pages/PhysicalSigns/index", "style": { "navigationBarTitleText": "体征报告" } }, { "path": "pages/medicalRecord/index", "style": { "navigationBarTitleText": "就诊人病历" } } ] } ], "globalStyle": { "navigationBarTextStyle": "black", // "navigationBarTitleText": "领透圣卫士", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "usingComponents": { "van-button": "/wxcomponents/vant/dist/button/index", "van-toast": "/wxcomponents/vant/dist/toast/index", "van-tab": "/wxcomponents/vant/dist/tab/index", "van-tabs": "/wxcomponents/vant/dist/tabs/index", "van-grid": "/wxcomponents/vant/dist/grid/index", "van-grid-item": "/wxcomponents/vant/dist/grid-item/index", "van-radio-group": "/wxcomponents/vant/dist/radio-group/index", "van-radio": "/wxcomponents/vant/dist/radio/index", "van-datetime-picker": "/wxcomponents/vant/dist/datetime-picker/index", "van-checkbox-group": "/wxcomponents/vant/dist/checkbox-group/index", "van-checkbox": "/wxcomponents/vant/dist/checkbox/index", "van-cell": "/wxcomponents/vant/dist/cell/index", "van-cell-group": "/wxcomponents/vant/dist/cell-group/index", "van-field": "/wxcomponents/vant/dist/field/index", "van-popup": "/wxcomponents/vant/dist/popup/index", "van-search": "/wxcomponents/vant/dist/search/index" // "van-button": "/wxcomponents/vant/button/index", // "van-field": "/wxcomponents/vant/field/index", // "van-toast": "/wxcomponents/vant/toast/index" // "van-tab": "/wxcomponents/vant/tab/index", // "van-tabs": "/wxcomponents/vant/tabs/index", // "van-datetime-picker": "/wxcomponents/vant/datetime-picker/index", // "van-popup": "/wxcomponents/vant/popup/index", // "van-picker": "/wxcomponents/vant/picker/index", // "van-calendar": "/wxcomponents/vant/calendar/index", // "van-search": "/wxcomponents/vant/search/index", // "van-icon": "/wxcomponents/vant/icon/index" // "van-dropdown-menu": "/wxcomponents/vant/dropdown-menu/index", // "van-dropdown-item": "/wxcomponents/vant/dropdown-item/index" } }, "tabBar": { "color": "#a9b7b7", "selectedColor": "#11cd6e", "borderStyle": "black", "list": [{ "selectedIconPath": "static/images/homeAct.png", "iconPath": "static/images/home.png", "pagePath": "pages/index/index", "text": "首页" }, { "selectedIconPath": "static/images/infoAct.png", "iconPath": "static/images/info.png", "pagePath": "pages/message/index", "text": "发现" }, { "selectedIconPath": "static/images/storeAct.png", "iconPath": "static/images/store.png", "pagePath": "pages/shop/index", "text": "商城" }, { "selectedIconPath": "static/images/meAct.png", "iconPath": "static/images/mine.png", "pagePath": "pages/my/index", "text": "我的" } ] } }