pages.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/index",
  5. "style": {
  6. "navigationBarTitleText": "登录"
  7. }
  8. },
  9. {
  10. "path": "pages/index/index",
  11. "style": {
  12. "navigationBarTitleText": "首页",
  13. "navigationStyle": "custom",
  14. "enablePullDownRefresh": true
  15. }
  16. },
  17. {
  18. "path" : "pages/myCenter/myCenter",
  19. "style" :
  20. {
  21. "navigationBarTitleText": "我的",
  22. "navigationBarBackgroundColor":"#3D90F4",
  23. "enablePullDownRefresh": false,
  24. "navigationStyle": "custom"
  25. }
  26. },
  27. {
  28. "path" : "pages/myCenter/personalData/personalData",
  29. "style" :
  30. {
  31. "navigationBarTitleText": "个人资料",
  32. "enablePullDownRefresh": false
  33. }
  34. }
  35. ,{
  36. "path" : "pages/myCenter/updatePassword/updatePassword",
  37. "style" :
  38. {
  39. "navigationBarTitleText": "修改密码",
  40. "enablePullDownRefresh": false
  41. }
  42. }
  43. ,{
  44. "path" : "pages/webview/webview",
  45. "style" :
  46. {
  47. "navigationBarTitleText": "",
  48. "enablePullDownRefresh": true
  49. }
  50. }
  51. ,{
  52. "path" : "pages/history/history",
  53. "style" :
  54. {
  55. "navigationBarTitleText": "信息中心",
  56. "enablePullDownRefresh": true
  57. }
  58. }
  59. ,{
  60. "path" : "pages/applicationCenter/applicationCenter",
  61. "style" :
  62. {
  63. "navigationBarTitleText": "应用中心",
  64. "enablePullDownRefresh": false
  65. }
  66. }
  67. ,{
  68. "path" : "pages/message/message",
  69. "style" :
  70. {
  71. "navigationBarTitleText": "消息",
  72. "enablePullDownRefresh": false,
  73. "navigationStyle": "custom"
  74. }
  75. }
  76. ,{
  77. "path" : "pages/index/detail/detail",
  78. "style" :
  79. {
  80. "navigationBarTitleText": "详情",
  81. "enablePullDownRefresh": true
  82. }
  83. },
  84. {
  85. "path" : "pages/index/handle/danger/index/index",
  86. "style" :
  87. {
  88. "navigationBarTitleText" : "隐患处理",
  89. "enablePullDownRefresh" : false
  90. }
  91. },
  92. {
  93. "path" : "pages/index/handle/task/task",
  94. "style" :
  95. {
  96. "navigationBarTitleText" : "任务处理",
  97. "enablePullDownRefresh" : false
  98. }
  99. },
  100. {
  101. "path" : "pages/index/handle/task/checkList/form/form",
  102. "style" :
  103. {
  104. "navigationBarTitleText" : "任务检查表处理",
  105. "enablePullDownRefresh" : false
  106. }
  107. },
  108. {
  109. "path" : "pages/index/handle/alert/alert",
  110. "style" :
  111. {
  112. "navigationBarTitleText" : "预警处理",
  113. "enablePullDownRefresh" : false
  114. }
  115. },
  116. {
  117. "path" : "pages/index/handle/warning/warning",
  118. "style" :
  119. {
  120. "navigationBarTitleText" : "告警处理",
  121. "enablePullDownRefresh" : false
  122. }
  123. },
  124. {
  125. "path" : "pages/index/handle/task/checkList/form/transferCheckTask",
  126. "style" :
  127. {
  128. "navigationBarTitleText" : "转交任务",
  129. "enablePullDownRefresh" : false
  130. }
  131. },
  132. {
  133. "path" : "pages/index/handle/task/hazardRecord/hazardRecord",
  134. "style" :
  135. {
  136. "navigationBarTitleText" : "处理任务",
  137. "enablePullDownRefresh" : false
  138. }
  139. },
  140. {
  141. "path" : "pages/index/handle/task/hazardRecord/form",
  142. "style" :
  143. {
  144. "navigationBarTitleText" : "处理检查",
  145. "enablePullDownRefresh" : false
  146. }
  147. }
  148. ],
  149. "tabBar": {
  150. "color": "#7A7E83",
  151. "selectedColor": "#1296db",
  152. "borderStyle": "black",
  153. "backgroundColor": "#ffffff",
  154. "iconWidth": "24px",
  155. "list": [{
  156. "pagePath": "pages/index/index",
  157. "iconPath": "static/tabbar/index.png",
  158. "selectedIconPath": "static/tabbar/indexEd.png",
  159. "text": "首页"
  160. },
  161. {
  162. "pagePath": "pages/applicationCenter/applicationCenter",
  163. "iconPath": "static/tabbar/app.png",
  164. "selectedIconPath": "static/tabbar/appEd.png",
  165. "text": "应用中心"
  166. },
  167. {
  168. "pagePath": "pages/history/history",
  169. "iconPath": "static/tabbar/info.png",
  170. "selectedIconPath": "static/tabbar/infoEd.png",
  171. "text": "信息中心"
  172. }, {
  173. "pagePath": "pages/myCenter/myCenter",
  174. "iconPath": "static/tabbar/myCenter.png",
  175. "selectedIconPath": "static/tabbar/myCenterEd.png",
  176. "text": "我的"
  177. }]
  178. },
  179. "globalStyle": {
  180. "navigationBarTextStyle": "black",
  181. "navigationBarTitleText": "智慧创新",
  182. "navigationBarBackgroundColor": "#F8F8F8",
  183. "backgroundColor": "#F8F8F8"
  184. },
  185. "uniIdRouter": {}
  186. }