{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/homepage/homepage", "style": { "navigationBarTitleText": "", "navigationBarBackgroundColor": "#D7EEE8" } }, { "path": "pages/prescription/prescription", "style": { "navigationBarTitleText": "体质评估运动处方", "navigationBarTextStyle": "white", // 标题的字体颜色 "navigationBarBackgroundColor": "#37A97B" } }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "", "navigationBarBackgroundColor": "#D7EEE8" } }, { "path": "pages/Parentinformation/Parentinformation", "style": { "navigationBarTitleText": "家长信息绑定", "enablePullDownRefresh": false, // "navigationStyle": "custom", "navigationBarBackgroundColor": "#D7EEE8" // } }, { "path": "pages/Personal/Personal", "style": { "navigationBarTitleText": "", // "enablePullDownRefresh": false, // "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarBackgroundColor": "#D7EEE8" //背景颜色 } }, { "path": "pages/grade/grade", "style": { "navigationBarTitleText": "幼儿体测成绩", // "enablePullDownRefresh": false, // "navigationStyle": "custom", "navigationBarBackgroundColor": "#D7EEE8" //背景颜色 } }, { "path": "pages/home/home", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" // "navigationBarTextStyle": "white", // "enablePullDownRefresh": false, } }, { "path": "pages/Viewprescription/Viewprescription", "style": { "navigationBarTitleText": "体质评估运动处方", "navigationBarBackgroundColor": "#37A97B", "navigationBarTextStyle": "white" // 标题的字体颜色 } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {}, "condition": { //模式配置,仅开发期间生效 "current": 0 //当前激活的模式(list 的索引项) }, "tabBar": { "color": "#7A7E83", "selectedColor": "#435950", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/homepage/homepage", "iconPath": "static/shouye.png", "selectedIconPath": "static/homepage.png", "text": "首页" }, { "pagePath": "pages/grade/grade", "iconPath": "static/grade.png", "selectedIconPath": "static/chengji.png", "text": "成绩" }, { "pagePath": "pages/prescription/prescription", "iconPath": "static/chufanghui.png", "selectedIconPath": "static/chufang.png", "text": "处方" }, { "pagePath": "pages/Personal/Personal", "iconPath": "static/Personal.png", "selectedIconPath": "static/wode.png", "text": "我的" } ] } }