app.json 672 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/home/index",
  5. "pages/login/index"
  6. ],
  7. "subPackages": [
  8. {
  9. "root": "pagesHome",
  10. "pages": [
  11. "agree/index",
  12. "city/index",
  13. "team/index",
  14. "team/info",
  15. "match/index",
  16. "match/info",
  17. "activity/info"
  18. ]
  19. },
  20. {
  21. "root": "pagesMy",
  22. "pages": [
  23. "basic/index"
  24. ]
  25. }
  26. ],
  27. "window": {
  28. "navigationBarTextStyle": "white",
  29. "navigationBarTitleText": "系统页",
  30. "navigationBarBackgroundColor": "#121212",
  31. "backgroundColor": "#121212"
  32. },
  33. "lazyCodeLoading": "requiredComponents",
  34. "usingComponents": {}
  35. }