pages.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "pages": [{
  3. "path": "pages/homePage/homePage",
  4. "style": {
  5. "h5": {
  6. "titleNView": false
  7. }
  8. }
  9. },
  10. {
  11. "path": "pages/initBind/initBind",
  12. "style": {
  13. "h5": {
  14. "titleNView": false
  15. }
  16. }
  17. },
  18. {
  19. "path": "pages/repairEntrance/repairEntrance",
  20. "style": {
  21. "h5": {
  22. "titleNView": false
  23. }
  24. }
  25. },
  26. {
  27. "path": "pages/incidentList/incidentList",
  28. "style": {
  29. "h5": {
  30. "titleNView": false
  31. },
  32. "enablePullDownRefresh": true
  33. }
  34. },
  35. {
  36. "path": "pages/my/my",
  37. "style": {
  38. "h5": {
  39. "titleNView": false
  40. }
  41. }
  42. },
  43. {
  44. "path": "pages/changeUser/changeUser",
  45. "style": {
  46. "h5": {
  47. "titleNView": false
  48. }
  49. }
  50. },
  51. {
  52. "path": "pages/handler/handler",
  53. "style": {
  54. "h5": {
  55. "titleNView": false
  56. }
  57. }
  58. },
  59. {
  60. "path": "pages/consumableList/consumableList",
  61. "style": {
  62. "h5": {
  63. "titleNView": false
  64. },
  65. "enablePullDownRefresh": true
  66. }
  67. },
  68. {
  69. "path": "pages/workHourManagementOne/workHourManagementOne",
  70. "style": {
  71. "h5": {
  72. "titleNView": false
  73. },
  74. "enablePullDownRefresh": true
  75. }
  76. },
  77. {
  78. "path": "pages/workHourManagementTwo/workHourManagementTwo",
  79. "style": {
  80. "h5": {
  81. "titleNView": false
  82. },
  83. "enablePullDownRefresh": true
  84. }
  85. }
  86. ],
  87. "globalStyle": {
  88. "navigationBarTextStyle": "black",
  89. "navigationBarBackgroundColor": "#F8F8F8",
  90. "backgroundColor": "#F8F8F8"
  91. },
  92. "tabBar": {
  93. "color": "#888",
  94. "selectedColor": "#49B856",
  95. "borderStyle": "black",
  96. "backgroundColor": "#ffffff",
  97. "list": [{
  98. "pagePath": "pages/incidentList/incidentList",
  99. "iconPath": "static/img/icon_incidentList.png",
  100. "selectedIconPath": "static/img/icon_incidentList_active.png",
  101. "text": "故障"
  102. }, {
  103. "pagePath": "pages/my/my",
  104. "iconPath": "static/img/icon_my.png",
  105. "selectedIconPath": "static/img/icon_my_active.png",
  106. "text": "我的"
  107. }]
  108. }
  109. }