| 123456789101112131415161718192021222324 |
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "合作伙伴商机报备系统"
- }
- }, {
- "path": "pages/authorization/authorization",
- "style": {
- "navigationBarTitleText": "授权",
- "enablePullDownRefresh": false
- }
- }],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "app-plus": {
- "background": "#efeff4"
- }
- }
- }
|