pages.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  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. {
  108. "path": "pages/statistics/history_details_bottom_leg",
  109. "style": {
  110. "navigationBarTitleText": "历史详情"
  111. }
  112. },
  113. {
  114. "path": "pages/bottom_leg/bottom_leg",
  115. "style": {
  116. "navigationBarTitleText": "底腿"
  117. }
  118. },
  119. {
  120. "path": "pages/piping_record/piping_record",
  121. "style": {
  122. "navigationBarTitleText": "管道施工记录"
  123. }
  124. },
  125. {
  126. "path": "pages/open_bolt/open_bolt",
  127. "style": {
  128. "navigationBarTitleText": "",
  129. "enablePullDownRefresh": false
  130. }
  131. },
  132. {
  133. "path" : "pages/surge_tank/surge_tank",
  134. "style" :
  135. {
  136. "navigationBarTitleText" : "",
  137. "enablePullDownRefresh" : false
  138. }
  139. },
  140. {
  141. "path" : "pages/gas_sealing_project/gas_sealing_project",
  142. "style" :
  143. {
  144. "navigationBarTitleText" : "",
  145. "enablePullDownRefresh" : false
  146. }
  147. }
  148. ],
  149. "tabBar": {
  150. "color": "#5a5a5a",
  151. "selectedColor": "#2a95f1",
  152. "borderStyle": "white",
  153. "backgroundColor": "#ffffff",
  154. "list": [{
  155. "pagePath": "pages/index",
  156. "iconPath": "static/images/tabbar/gg.png",
  157. "selectedIconPath": "static/images/tabbar/gg_.png",
  158. "text": "公告"
  159. }, {
  160. "pagePath": "pages/work/index",
  161. "iconPath": "static/images/tabbar/home.png",
  162. "selectedIconPath": "static/images/tabbar/home_.png",
  163. "text": "首页"
  164. }, {
  165. "pagePath": "pages/statistics/statistics",
  166. "iconPath": "static/images/tabbar/tj.png",
  167. "selectedIconPath": "static/images/tabbar/tj_.png",
  168. "text": "统计"
  169. }]
  170. },
  171. "globalStyle": {
  172. "navigationBarTextStyle": "white",
  173. "navigationBarBackgroundColor": "#77b0ff"
  174. }
  175. }