app.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. ],
  15. "subPackages": [],
  16. "window": {
  17. "navigationBarTextStyle": "black",
  18. "navigationBarTitleText": "智慧创新",
  19. "navigationBarBackgroundColor": "#F8F8F8",
  20. "backgroundColor": "#F8F8F8"
  21. },
  22. "tabBar": {
  23. "color": "#7A7E83",
  24. "selectedColor": "#1296db",
  25. "borderStyle": "black",
  26. "backgroundColor": "#ffffff",
  27. "iconWidth": "24px",
  28. "list": [
  29. {
  30. "pagePath": "pages/index/index",
  31. "iconPath": "static/tabbar/index.png",
  32. "selectedIconPath": "static/tabbar/indexEd.png",
  33. "text": "首页"
  34. },
  35. {
  36. "pagePath": "pages/myCenter/index",
  37. "iconPath": "static/tabbar/myCenter.png",
  38. "selectedIconPath": "static/tabbar/myCenterEd.png",
  39. "text": "我的",
  40. "style": {
  41. "navigationBarTitleText": "我的",
  42. "navigationBarBackgroundColor": "#3D90F4",
  43. "enablePullDownRefresh": false,
  44. "navigationStyle": "custom"
  45. }
  46. }
  47. ]
  48. },
  49. "usingComponents": {}
  50. }