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