pages.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  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. "navigationBarTitleText": "",
  151. "enablePullDownRefresh": false
  152. }
  153. },
  154. {
  155. "path": "pages/searchPlace/searchPlace",
  156. "style": {
  157. "navigationBarTitleText": "",
  158. "enablePullDownRefresh": false
  159. }
  160. },
  161. {
  162. "path": "pages/assign/assign",
  163. "style": {
  164. "h5": {
  165. "titleNView": false
  166. }
  167. }
  168. },
  169. {
  170. "path": "pages/repository/repository",
  171. "style": {
  172. "h5": {
  173. "titleNView": false
  174. }
  175. }
  176. },
  177. {
  178. "path": "pages/repositoryDetails/repositoryDetails",
  179. "style": {
  180. "h5": {
  181. "titleNView": false
  182. }
  183. }
  184. }
  185. ],
  186. "globalStyle": {
  187. "navigationBarTextStyle": "black",
  188. "navigationBarBackgroundColor": "#F8F8F8",
  189. "backgroundColor": "#F8F8F8"
  190. },
  191. "tabBar": {
  192. "color": "#888",
  193. "selectedColor": "#49B856",
  194. "borderStyle": "black",
  195. "backgroundColor": "#ffffff",
  196. "list": [{
  197. "pagePath": "pages/incidentList/incidentList",
  198. "iconPath": "static/img/icon_incidentList.png",
  199. "selectedIconPath": "static/img/icon_incidentList_active.png",
  200. "text": "故障"
  201. }, {
  202. "pagePath": "pages/my/my",
  203. "iconPath": "static/img/icon_my.png",
  204. "selectedIconPath": "static/img/icon_my_active.png",
  205. "text": "我的"
  206. }]
  207. }
  208. }