123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- {
- "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"
- }
- }
|