pages.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/login/autoLogin",
  5. "style": {
  6. "navigationBarTitleText": ""
  7. }
  8. },
  9. {
  10. "path": "pages/login/index",
  11. "style": {
  12. "navigationBarTitleText": ""
  13. }
  14. },
  15. {
  16. "path": "pages/index/index",
  17. "style": {
  18. "navigationBarTitleText": "首页",
  19. // "transparentTitle": "always",
  20. "navigationStyle": "custom"
  21. }
  22. },
  23. {
  24. "path": "pages/map/index",
  25. "style": {
  26. "navigationBarTitleText": "灌区地图"
  27. }
  28. },
  29. {
  30. "path": "pages/message/index",
  31. "style": {
  32. "navigationBarTitleText": "消息"
  33. }
  34. },
  35. {
  36. "path": "pages/user/index",
  37. "style": {
  38. "navigationBarTitleText": "我的"
  39. }
  40. },
  41. {
  42. "path": "pages/index/pages/Deploy/index",
  43. "style": {
  44. "navigationBarTitleText": "调配计划",
  45. "navigationBarBackgroundColor": "#e9f3fd"
  46. }
  47. },
  48. {
  49. "path": "pages/index/pages/Reservoir/index",
  50. "style": {
  51. "navigationBarTitleText": "水库水情",
  52. "navigationBarBackgroundColor": "#e9f3fd"
  53. }
  54. },
  55. {
  56. "path": "pages/index/pages/Reservoir/create/index",
  57. "style": {
  58. "navigationBarTitleText": "上报水库水情",
  59. "navigationBarBackgroundColor": "#e9f3fd"
  60. }
  61. },
  62. {
  63. "path": "pages/index/pages/Reservoir/info/index",
  64. "style": {
  65. "navigationBarTitleText": "水库水情详情",
  66. "navigationBarBackgroundColor": "#e9f3fd"
  67. }
  68. },
  69. {
  70. "path": "pages/index/pages/WaterLog/index",
  71. "style": {
  72. "navigationBarTitleText": "引水日志",
  73. "navigationBarBackgroundColor": "#e9f3fd"
  74. }
  75. },
  76. {
  77. "path": "pages/index/pages/WaterLog/create/index",
  78. "style": {
  79. "navigationBarTitleText": "上报引水量",
  80. "navigationBarBackgroundColor": "#e9f3fd"
  81. }
  82. },
  83. {
  84. "path": "pages/index/pages/WaterLog/info/index",
  85. "style": {
  86. "navigationBarTitleText": "引水量详情",
  87. "navigationBarBackgroundColor": "#e9f3fd"
  88. }
  89. },
  90. {
  91. "path": "pages/index/pages/Ditch/index",
  92. "style": {
  93. "navigationBarTitleText": "渠道水情",
  94. "navigationBarBackgroundColor": "#e9f3fd"
  95. }
  96. },
  97. {
  98. "path": "pages/index/pages/Ditch/create/index",
  99. "style": {
  100. "navigationBarTitleText": "上报供水量",
  101. "navigationBarBackgroundColor": "#e9f3fd"
  102. }
  103. },
  104. {
  105. "path": "pages/index/pages/Ditch/info/index",
  106. "style": {
  107. "navigationBarTitleText": "供水量详情",
  108. "navigationBarBackgroundColor": "#e9f3fd"
  109. }
  110. },
  111. {
  112. "path": "pages/index/pages/Analyse/index",
  113. "style": {
  114. "navigationBarTitleText": "供水分析",
  115. "navigationBarBackgroundColor": "#e9f3fd"
  116. }
  117. },
  118. {
  119. "path": "pages/index/pages/Progress/index",
  120. "style": {
  121. "navigationBarTitleText": "灌溉进度",
  122. "navigationBarBackgroundColor": "#e9f3fd"
  123. }
  124. },
  125. {
  126. "path": "pages/index/pages/Progress/create/index",
  127. "style": {
  128. "navigationBarTitleText": "上报灌溉进度",
  129. "navigationBarBackgroundColor": "#e9f3fd"
  130. }
  131. },
  132. {
  133. "path": "pages/waterMarkCamera/WaterMarkCamera",
  134. "style": {
  135. "navigationStyle": "custom",
  136. "app-plus": {
  137. "titleNView": false
  138. }
  139. }
  140. },
  141. {
  142. "path" : "pages/index/pages/MyFlow/index",
  143. "style" :
  144. {
  145. "navigationBarTitleText" : "我的流程",
  146. "enablePullDownRefresh" : false,
  147. "navigationBarBackgroundColor": "#e9f3fd"
  148. }
  149. },
  150. {
  151. "path" : "pages/index/pages/InspectionPlan/index",
  152. "style" :
  153. {
  154. "navigationBarTitleText" : "巡检计划制定",
  155. "enablePullDownRefresh" : false,
  156. "navigationBarBackgroundColor": "#e9f3fd"
  157. }
  158. },
  159. {
  160. "path" : "pages/drawMap/index",
  161. "style" :
  162. {
  163. "navigationBarTitleText" : "绘制范围",
  164. "enablePullDownRefresh" : false,
  165. "navigationBarBackgroundColor": "#e9f3fd"
  166. }
  167. }
  168. ],
  169. "globalStyle": {
  170. "navigationBarTextStyle": "black",
  171. "navigationBarTitleText": "黑龙滩",
  172. "navigationBarBackgroundColor": "#F8F8F8"
  173. },
  174. "tabBar": {
  175. "color": "#333",
  176. "selectedColor": "#2D74E7",
  177. "backgroundColor": "#fff",
  178. "fontSize": "14px",
  179. "height": "63px",
  180. "borderStyle": "white",
  181. "list": [
  182. {
  183. "pagePath": "pages/index/index",
  184. "text": "首页",
  185. "iconPath": "static/images/tabbar/home.png",
  186. "selectedIconPath": "static/images/tabbar/home-a.png"
  187. },
  188. {
  189. "pagePath": "pages/map/index",
  190. "text": "地图",
  191. "iconPath": "static/images/tabbar/map.png",
  192. "selectedIconPath": "static/images/tabbar/map-a.png"
  193. },
  194. {
  195. "pagePath": "pages/message/index",
  196. "text": "消息",
  197. "iconPath": "static/images/tabbar/message.png",
  198. "selectedIconPath": "static/images/tabbar/message-a.png"
  199. },
  200. {
  201. "pagePath": "pages/user/index",
  202. "text": "我的",
  203. "iconPath": "static/images/tabbar/user.png",
  204. "selectedIconPath": "static/images/tabbar/user-a.png"
  205. }
  206. ]
  207. },
  208. "uniIdRouter": {}
  209. }