| | |
| | | { |
| | | "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
| | | { |
| | | "path": "pages/login/login2", |
| | | "style": { |
| | | "navigationBarTitleText": "登录2" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/login/login", |
| | | "style": { |
| | | "navigationBarTitleText": "登录" |
| | |
| | | "navigationBarTitleText" : "其他", |
| | | "enablePullDownRefresh" : false |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/business/goBusiness/businessTripOtherDetl", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "详情", |
| | | "enablePullDownRefresh" : false, |
| | | "navigationStyle": "custom" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/business/goBusiness/addBusinessTripOther", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "添加出差申请", |
| | | "enablePullDownRefresh" : false |
| | | // "navigationStyle": "custom" |
| | | } |
| | | } |
| | | ], |
| | | "globalStyle": { |