app.json 1.4 KB

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