{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/home/home", "style": { "navigationBarTitleText": "首页", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path": "pages/cardList/card", "style": { "navigationBarTitleText": "卡片设置", "enablePullDownRefresh": false } }, { "path": "pages/body/body", "style": { "navigationBarTitleText": "身体数据", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path": "pages/history/history", "style": { "navigationBarTitleText": "历史记录", "enablePullDownRefresh": false } }, { "path": "pages/history/historyDetail", "style": { "navigationBarTitleText": "记录详情", "enablePullDownRefresh": false } }, { "path": "pages/compk/contrast", "style": { "navigationBarTitleText": "数据对比", "enablePullDownRefresh": false } }, { "path": "pages/compk/pkdetail", "style": { "navigationBarTitleText": "对比详情", "enablePullDownRefresh": false } }, { "path": "pages/skiping/skip", "style": { "navigationBarTitleText": "跳绳数据", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path": "pages/skiping/charts", "style": { "navigationBarTitleText": "运动曲线", "enablePullDownRefresh": false } }, { "path": "pages/lunging/vitalcapacity", "style": { "navigationBarTitleText": "肺活量数据", "enablePullDownRefresh": true, "onReachBottomDistance": 50, "navigationBarBackgroundColor": "#000000", "backgroundColor": "#000000" } }, { "path": "pages/lunging/charts", "style": { "navigationBarTitleText": "运动曲线", "enablePullDownRefresh": false } }, { "path": "pages/my/me", "style": { "navigationBarTitleText": "我的", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path": "pages/my/manage", "style": { "navigationBarTitleText": "成员管理", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path": "pages/my/userInfo", "style": { "navigationBarTitleText": "资料" } }, { "path": "pages/score/score", "style": { "navigationBarTitleText": "分数评估", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path": "pages/score/history", "style": { "navigationBarTitleText": "估分历史", "enablePullDownRefresh": false } }, { "path": "pages/score/report", "style": { "navigationBarTitleText": "估分报告", "enablePullDownRefresh": false } }, { "path": "pages/login/forgetPassword", "style": { "navigationBarTitleText": "密码", "enablePullDownRefresh": false } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/setting/setting", "style": { "navigationBarTitleText": "设置", "enablePullDownRefresh": false } }, { "path": "pages/setting/password", "style": { "navigationBarTitleText": "修改密码", "enablePullDownRefresh": false } }, { "path": "pages/setting/email", "style": { "navigationBarTitleText": "绑定邮箱", "enablePullDownRefresh": false } }, { "path": "pages/setting/phone", "style": { "navigationBarTitleText": "绑定手机号", "enablePullDownRefresh": false } }, { "path": "pages/devices/search", "style": { "navigationBarTitleText": "蓝牙搜索", "enablePullDownRefresh": false } }, { "path": "pages/devices/G02", "style": { "navigationBarTitleText": "测量", "enablePullDownRefresh": false } }, { "path": "pages/business/business", "style": { "navigationBarTitleText": "设备管理", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path": "pages/devices/PCV02", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/business/addDevice", "style": { "navigationBarTitleText": "设备列表", "enablePullDownRefresh": false } }, { "path": "pages/business/search", "style": { "navigationBarTitleText": "搜索设备", "enablePullDownRefresh": false } }, { "path": "pages/devices/PCT01", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/my/about", "style": { "navigationBarTitleText": "关于我们", "enablePullDownRefresh": false } }, { "path": "pages/message/list", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/notepad/notepad", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/notepad/addNotepad", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/PublicCards/PublicCards", "style": { "navigationBarTitleText": "" } }, { "path": "pages/PublicCards/charts", "style": { "navigationBarTitleText": "运动曲线" } }, { "path": "pages/PublicCards/history", "style": { "navigationBarTitleText": "历史记录" } }, { "path": "pages/PublicCards/contrast", "style": { "navigationBarTitleText": "数据对比" } }, { "path": "pages/PublicCards/pkdetail", "style": { "navigationBarTitleText": "对比详情" } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "", "navigationBarBackgroundColor": "#37cc92", "backgroundColor": "#fff" }, // 切换导航 "tabBar": { "color": "#333", "fontSize": "13px", "selectedColor": "#37cc92", "backgroundColor": "#fff", "list": [{ "pagePath": "pages/home/home", "iconPath": "static/shou.png", "selectedIconPath": "static/shou2.png", "text": "首页" }, { "pagePath": "pages/score/score", "iconPath": "static/ping.png", "selectedIconPath": "static/ping2.png", "text": "估分" }, { "pagePath": "pages/business/business", "iconPath": "static/bei.png", "selectedIconPath": "static/bei2.png", "text": "设备" }, { "pagePath": "pages/my/me", "iconPath": "static/wo.png", "selectedIconPath": "static/wo2.png", "text": "我的" } ] }, "uniIdRouter": {} }