pages.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  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. "path": "pages/categoryOne/categoryOne",
  88. "style": {
  89. "h5": {
  90. "titleNView": false
  91. },
  92. "enablePullDownRefresh": true
  93. }
  94. },
  95. {
  96. "path": "pages/categoryTwo/categoryTwo",
  97. "style": {
  98. "h5": {
  99. "titleNView": false
  100. },
  101. "enablePullDownRefresh": true
  102. }
  103. },
  104. {
  105. "path": "pages/categoryThree/categoryThree",
  106. "style": {
  107. "h5": {
  108. "titleNView": false
  109. },
  110. "enablePullDownRefresh": true
  111. }
  112. },
  113. {
  114. "path": "pages/synergeticAdd/synergeticAdd",
  115. "style": {
  116. "h5": {
  117. "titleNView": false
  118. },
  119. "enablePullDownRefresh": true
  120. }
  121. },
  122. {
  123. "path": "pages/incidentDetail/incidentDetail",
  124. "style": {
  125. "h5": {
  126. "titleNView": false
  127. }
  128. }
  129. },
  130. {
  131. "path": "pages/buildIncident/buildIncident",
  132. "style": {
  133. "h5": {
  134. "titleNView": false
  135. }
  136. }
  137. },
  138. {
  139. "path": "pages/searchDept/searchDept",
  140. "style": {
  141. "h5": {
  142. "titleNView": false
  143. },
  144. "enablePullDownRefresh": true
  145. }
  146. },
  147. {
  148. "path" : "pages/searchArea/searchArea",
  149. "style" :
  150. {
  151. "navigationBarTitleText" : "",
  152. "enablePullDownRefresh" : false
  153. }
  154. },
  155. {
  156. "path" : "pages/searchPlace/searchPlace",
  157. "style" :
  158. {
  159. "navigationBarTitleText" : "",
  160. "enablePullDownRefresh" : false
  161. }
  162. }
  163. ],
  164. "globalStyle": {
  165. "navigationBarTextStyle": "black",
  166. "navigationBarBackgroundColor": "#F8F8F8",
  167. "backgroundColor": "#F8F8F8"
  168. },
  169. "tabBar": {
  170. "color": "#888",
  171. "selectedColor": "#49B856",
  172. "borderStyle": "black",
  173. "backgroundColor": "#ffffff",
  174. "list": [{
  175. "pagePath": "pages/incidentList/incidentList",
  176. "iconPath": "static/img/icon_incidentList.png",
  177. "selectedIconPath": "static/img/icon_incidentList_active.png",
  178. "text": "故障"
  179. }, {
  180. "pagePath": "pages/my/my",
  181. "iconPath": "static/img/icon_my.png",
  182. "selectedIconPath": "static/img/icon_my_active.png",
  183. "text": "我的"
  184. }]
  185. }
  186. }