app.json 1.5 KB

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