app.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/danger/index",
  5. "pages/industry/index",
  6. "pages/myCenter/index",
  7. "pages/myCenter/personalData/personalData",
  8. "pages/myCenter/updatePassword/updatePassword",
  9. "pages/disaster/index",
  10. "pages/duty/index",
  11. "pages/team/index",
  12. "pages/goods/index",
  13. "pages/login/index",
  14. "pages/goods/record"
  15. ],
  16. "subPackages": [],
  17. "window": {
  18. "navigationBarTextStyle": "black",
  19. "navigationBarTitleText": "智慧创新",
  20. "navigationBarBackgroundColor": "#F8F8F8",
  21. "backgroundColor": "#F8F8F8"
  22. },
  23. "tabBar": {
  24. "color": "#7A7E83",
  25. "selectedColor": "#1296db",
  26. "borderStyle": "black",
  27. "backgroundColor": "#ffffff",
  28. "iconWidth": "24px",
  29. "list": [
  30. {
  31. "pagePath": "pages/index/index",
  32. "iconPath": "static/tabbar/index.png",
  33. "selectedIconPath": "static/tabbar/indexEd.png",
  34. "text": "首页"
  35. },
  36. {
  37. "pagePath": "pages/myCenter/index",
  38. "iconPath": "static/tabbar/myCenter.png",
  39. "selectedIconPath": "static/tabbar/myCenterEd.png",
  40. "text": "我的",
  41. "style": {
  42. "navigationBarTitleText": "我的",
  43. "navigationBarBackgroundColor": "#3D90F4",
  44. "enablePullDownRefresh": false,
  45. "navigationStyle": "custom"
  46. }
  47. }
  48. ]
  49. },
  50. "usingComponents": {}
  51. }