| | |
| | | } |
| | | }, |
| | | "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
| | | |
| | | { |
| | | "path": "pages/home/home", |
| | | "style": { |
| | | "navigationBarTitleText": "影途", |
| | | "navigationBarTitleText": "影游四方", |
| | | "enablePullDownRefresh": true, |
| | | "onReachBottomDistance": 50 |
| | | } |
| | |
| | | { |
| | | "path": "index", |
| | | "style": { |
| | | "navigationBarTitleText": "社区", |
| | | "navigationBarTitleText": "草原", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | } |
| | |
| | | ], |
| | | "globalStyle": { |
| | | "navigationBarTextStyle": "black", |
| | | "navigationBarTitleText": "影途", |
| | | "navigationBarTitleText": "影游四方", |
| | | "navigationBarBackgroundColor": "#F8F8F8", |
| | | "backgroundColor": "#F8F8F8" |
| | | }, |