{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style":{ "navigationStyle": "custom" } }, { "path":"pages/help/help", "style":{ "navigationBarTitleText":"帮助中心" } }, { "path":"pages/msgList/msgList", "style":{ "navigationBarTitleText":"公告通知", "enablePullDownRefresh":true } }, { "path":"pages/pay/pay" }, { "path":"pages/payInfo/payInfo", "style":{ "navigationBarTitleText":"缴纳标准" } }, { "path":"pages/feedback/feedback", "style":{ "navigationBarTitleText":"意见反馈" } }, { "path":"pages/promise/promise", "style":{ "navigationBarTitleText":"承诺书" } }, { "path":"pages/msgInfo/msgInfo", "style":{ "navigationBarTitleText":"公告详情" } }, { "path":"pages/reviseUserInfo/reviseUserInfo", "style":{ "navigationBarTitleText":"退出绑定" } }, { "path":"pages/payList/payList", "style":{ "navigationBarTitleText":"缴费明细", // "enablePullDownRefresh":true, "backgroundTextStyle":"dark", "disableScroll": true } }, { "path":"pages/team/team", "style":{ "navigationBarTitleText":"团队简介" } }, { "path":"pages/pickTime/pickTime", "style":{ "navigationBarTitleText":"选择时间" } }, { "path":"pages/promiseList/promiseList", "style":{ "navigationBarTitleText":"我的承诺书", "enablePullDownRefresh":true } }, { "path":"pages/promiseInfo/promiseInfo", "style":{ "navigationBarTitleText":"查看承诺书" } }, { "path":"pages/downBook/downBook", "style":{ "navigationBarTitleText":"下载承诺书" } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "缴费", "navigationBarBackgroundColor": "#1479f7", "backgroundColor": "#F6F5F5" } }