{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/home/home", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path": "pages/my/me", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path": "pages/body/body", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } } ], "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": "my/manage", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "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/G02", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "devices/PCL", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "devices/B20", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "devices/PCL22", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "devices/PCL22S", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "home/inheritHeighet", "style": { "navigationBarTitleText": "" } }, { "path": "home/bmi", "style": { "navigationBarTitleText": "" } }, { "path": "home/childPK", "style": { "navigationBarTitleText": "" } }, { "path": "webview/webview", "style": { "navigationBarTitleText": "" } } ] }], "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": "123" }, { "pagePath": "pages/my/me", "iconPath": "static/wo.png", "selectedIconPath": "static/wo2.png" // "text": "我的" } ] }, "uniIdRouter": {} }