app.json 547 B

123456789101112131415161718192021
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/login/login",
  5. "pages/list/list",
  6. "pages/list-center/list-center",
  7. "pages/feedback/feedback",
  8. "pages/identity/identity",
  9. "pages/personal-information/personal-information"
  10. ],
  11. "subPackages": [],
  12. "window": {
  13. "navigationBarTextStyle": "black",
  14. "navigationBarTitleText": "报修系统",
  15. "navigationBarBackgroundColor": "#F8F8F8",
  16. "backgroundColor": "#F8F8F8",
  17. "enablePullDownRefresh": true,
  18. "backgroundTextStyle": "light"
  19. },
  20. "usingComponents": {}
  21. }