1234567891011121314151617181920212223242526272829303132333435 |
- {
- "pages": [
- "pages/index/index",
- "pages/home/index",
- "pages/login/index"
- ],
- "subPackages": [
- {
- "root": "pagesHome",
- "pages": [
- "agree/index",
- "city/index",
- "team/index",
- "team/info",
- "match/index",
- "match/info",
- "activity/info"
- ]
- },
- {
- "root": "pagesMy",
- "pages": [
- "basic/index"
- ]
- }
- ],
- "window": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "系统页",
- "navigationBarBackgroundColor": "#121212",
- "backgroundColor": "#121212"
- },
- "lazyCodeLoading": "requiredComponents",
- "usingComponents": {}
- }
|