pages.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. {
  2. "pages": [{
  3. "path": "pages/login",
  4. "style": {
  5. "navigationBarTitleText": "登录",
  6. "navigationStyle": "custom"
  7. }
  8. }, {
  9. "path": "pages/work/index",
  10. "style": {
  11. "navigationBarTitleText": "工作台",
  12. "navigationStyle": "custom"
  13. }
  14. },
  15. {
  16. "path": "pages/index",
  17. "style": {
  18. "navigationBarTitleText": "通知公告",
  19. "navigationStyle": "custom"
  20. }
  21. },
  22. {
  23. "path": "pages/oldrenovation/indoor/indoor",
  24. "style": {
  25. "navigationBarTitleText": "室内"
  26. }
  27. },
  28. {
  29. "path": "pages/oldrenovation/courtyard/courtyard",
  30. "style": {
  31. "navigationBarTitleText": "庭院"
  32. }
  33. },
  34. {
  35. "path": "pages/oldrenovation/courtyard/newcourtyard",
  36. "style": {
  37. "navigationBarTitleText": "庭院"
  38. }
  39. },
  40. {
  41. "path": "pages/oldrenovation/overhead/overhead",
  42. "style": {
  43. "navigationBarTitleText": "架空"
  44. }
  45. },
  46. {
  47. "path": "pages/oldrenovation/overhead/newoverhead",
  48. "style": {
  49. "navigationBarTitleText": "架空"
  50. }
  51. },
  52. {
  53. "path": "pages/statistics/statistics",
  54. "style": {
  55. "navigationBarTitleText": ""
  56. }
  57. },
  58. {
  59. "path": "pages/municipal/municipal",
  60. "style": {
  61. "navigationBarTitleText": "市政工程"
  62. }
  63. },
  64. {
  65. "path": "pages/enginproject/enginproject",
  66. "style": {
  67. "navigationBarTitleText": "工业工程"
  68. }
  69. },
  70. {
  71. "path": "pages/infrastructure/infrastructure",
  72. "style": {
  73. "navigationBarTitleText": "基建工程"
  74. }
  75. },
  76. {
  77. "path": "pages/dangerous/dangerous",
  78. "style": {
  79. "navigationBarTitleText": "危险作业工程"
  80. }
  81. },
  82. {
  83. "path": "pages/TopPipeWork/TopPipeWork",
  84. "style": {
  85. "navigationBarTitleText": "顶管工程"
  86. }
  87. },
  88. {
  89. "path": "pages/notice/noticeList",
  90. "style": {
  91. "navigationBarTitleText": "公告列表",
  92. "enablePullDownRefresh ": true
  93. }
  94. },
  95. {
  96. "path": "pages/statistics/historyDetails",
  97. "style": {
  98. "navigationBarTitleText": "历史详情"
  99. }
  100. },
  101. {
  102. "path": "pages/statistics/historyDetailsCourtyard",
  103. "style": {
  104. "navigationBarTitleText": "历史详情"
  105. }
  106. }, {
  107. "path": "pages/statistics/historyDetailsEnginproject",
  108. "style": {
  109. "navigationBarTitleText": "历史详情"
  110. }
  111. }, {
  112. "path": "pages/statistics/historyDetailsTopTube",
  113. "style": {
  114. "navigationBarTitleText": "历史详情"
  115. }
  116. },
  117. {
  118. "path": "pages/statistics/historyDetailMunicipal",
  119. "style": {
  120. "navigationBarTitleText": "历史详情"
  121. }
  122. },
  123. {
  124. "path": "pages/statistics/historyDetailsInfrastructure",
  125. "style": {
  126. "navigationBarTitleText": "历史详情"
  127. }
  128. },
  129. {
  130. "path": "pages/statistics/history_details_bottom_leg",
  131. "style": {
  132. "navigationBarTitleText": "历史详情"
  133. }
  134. },
  135. {
  136. "path": "pages/statistics/history_gas_sealing",
  137. "style": {
  138. "navigationBarTitleText": "历史详情"
  139. }
  140. },
  141. {
  142. "path": "pages/bottom_leg/bottom_leg",
  143. "style": {
  144. "navigationBarTitleText": "底腿"
  145. }
  146. },
  147. {
  148. "path": "pages/piping_record/piping_record",
  149. "style": {
  150. "navigationBarTitleText": "管道施工记录"
  151. }
  152. },
  153. {
  154. "path": "pages/open_bolt/open_bolt",
  155. "style": {
  156. "navigationBarTitleText": "",
  157. "enablePullDownRefresh": false
  158. }
  159. },
  160. {
  161. "path": "pages/surge_tank/surge_tank",
  162. "style": {
  163. "navigationBarTitleText": "",
  164. "enablePullDownRefresh": false
  165. }
  166. },
  167. {
  168. "path": "pages/collision/collisionMouth",
  169. "style": {
  170. "navigationBarTitleText": "碰口作业工程",
  171. "enablePullDownRefresh": false
  172. }
  173. },
  174. {
  175. "path": "pages/gas_sealing_project/gas_sealing_project",
  176. "style": {
  177. "navigationBarTitleText": "带气封堵施工",
  178. "enablePullDownRefresh": false
  179. }
  180. }
  181. ],
  182. "tabBar": {
  183. "color": "#5a5a5a",
  184. "selectedColor": "#2a95f1",
  185. "borderStyle": "white",
  186. "backgroundColor": "#ffffff",
  187. "list": [{
  188. "pagePath": "pages/index",
  189. "iconPath": "static/images/tabbar/gg.png",
  190. "selectedIconPath": "static/images/tabbar/gg_.png",
  191. "text": "公告"
  192. }, {
  193. "pagePath": "pages/work/index",
  194. "iconPath": "static/images/tabbar/home.png",
  195. "selectedIconPath": "static/images/tabbar/home_.png",
  196. "text": "首页"
  197. }, {
  198. "pagePath": "pages/statistics/statistics",
  199. "iconPath": "static/images/tabbar/tj.png",
  200. "selectedIconPath": "static/images/tabbar/tj_.png",
  201. "text": "统计"
  202. }]
  203. },
  204. "globalStyle": {
  205. "navigationBarTextStyle": "white",
  206. "navigationBarBackgroundColor": "#77b0ff"
  207. }
  208. }