pages.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/dashboard/index",
  5. "style": {
  6. "navigationBarTitleText": "农小禹 - 首页"
  7. }
  8. },
  9. {
  10. "path": "pages/device-list/detail-camera",
  11. "style": {
  12. "navigationBarTitleText": "监控设备详情",
  13. "navigationBarBackgroundColor": "#ffffff",
  14. "navigationBarTextStyle": "black",
  15. "enablePullDownRefresh": false
  16. }
  17. },
  18. {
  19. "path": "pages/device-list/detail-collector",
  20. "style": {
  21. "navigationBarTitleText": "采集设备详情",
  22. "navigationBarBackgroundColor": "#ffffff",
  23. "navigationBarTextStyle": "black",
  24. "enablePullDownRefresh": false
  25. }
  26. },
  27. {
  28. "path": "pages/device-list/detail-machine",
  29. "style": {
  30. "navigationBarTitleText": "农机设备详情",
  31. "navigationBarBackgroundColor": "#ffffff",
  32. "navigationBarTextStyle": "black",
  33. "enablePullDownRefresh": false
  34. }
  35. },
  36. {
  37. "path": "pages/activity/index",
  38. "style": {
  39. "navigationBarTitleText": "农事活动"
  40. }
  41. },
  42. {
  43. "path": "pages/activity/activity-detail",
  44. "style": {
  45. "navigationBarTitleText": "农事任务详情",
  46. "navigationBarBackgroundColor": "#ffffff",
  47. "navigationBarTextStyle": "black",
  48. "enablePullDownRefresh": true
  49. }
  50. },
  51. {
  52. "path": "pages/device/index",
  53. "style": {
  54. "navigationBarTitleText": "设备监测"
  55. }
  56. },
  57. {
  58. "path": "pages/device-list/index",
  59. "style": {
  60. "navigationBarTitleText": "设备列表",
  61. "navigationBarBackgroundColor": "#ffffff",
  62. "navigationBarTextStyle": "black",
  63. "enablePullDownRefresh": false
  64. }
  65. },
  66. {
  67. "path": "pages/knowledge/index",
  68. "style": {
  69. "navigationBarTitleText": "农业知识"
  70. }
  71. },
  72. {
  73. "path": "pages/knowledge/detail",
  74. "style": {
  75. "navigationBarTitleText": "农业知识",
  76. "h5": {
  77. "navigationStyle": "custom"
  78. },
  79. "app-plus": {
  80. "titleNView": {
  81. "buttons": [{
  82. "type": "back",
  83. "background": "transparent"
  84. }]
  85. }
  86. },
  87. "mp-weixin": {
  88. "navigationBarBackgroundColor": "#ffffff",
  89. "navigationBarTextStyle": "black"
  90. }
  91. }
  92. },
  93. {
  94. "path": "pages/user/index",
  95. "style": {
  96. "navigationBarTitleText": "我的"
  97. }
  98. },
  99. {
  100. "path": "pages/machine/index",
  101. "style": {
  102. "navigationBarTitleText": "农机管理"
  103. }
  104. },
  105. {
  106. "path": "pages/ai-chat/index",
  107. "style": {
  108. "navigationBarTitleText": "问农小禹"
  109. }
  110. },
  111. {
  112. "path": "pages/field/index",
  113. "style": {
  114. "navigationBarTitleText": "地块管理"
  115. }
  116. },
  117. {
  118. "path": "pages/more/index",
  119. "style": {
  120. "navigationBarTitleText": "更多服务"
  121. }
  122. },
  123. {
  124. "path": "pages/settings/index",
  125. "style": {
  126. "navigationBarTitleText": "系统设置"
  127. }
  128. },
  129. {
  130. "path": "pages/about/index",
  131. "style": {
  132. "navigationBarTitleText": "关于我们"
  133. }
  134. },
  135. {
  136. "path": "pages/privacy/index",
  137. "style": {
  138. "navigationBarTitleText": "隐私政策"
  139. }
  140. },
  141. {
  142. "path": "pages/plots/list",
  143. "style": {
  144. "navigationBarTitleText": "选择地块"
  145. }
  146. }
  147. ],
  148. "tabBar": {
  149. "color": "#666666",
  150. "selectedColor": "#4CAF50",
  151. "backgroundColor": "#ffffff",
  152. "borderStyle": "black",
  153. "list": [
  154. {
  155. "pagePath": "pages/dashboard/index",
  156. "iconPath": "static/icons/home.png",
  157. "selectedIconPath": "static/icons/home-active.png",
  158. "text": "首页"
  159. },
  160. {
  161. "pagePath": "pages/activity/index",
  162. "iconPath": "static/icons/activity.png",
  163. "selectedIconPath": "static/icons/activity-active.png",
  164. "text": "农事"
  165. },
  166. {
  167. "pagePath": "pages/device/index",
  168. "iconPath": "static/icons/device.png",
  169. "selectedIconPath": "static/icons/device-active.png",
  170. "text": "设备"
  171. },
  172. {
  173. "pagePath": "pages/knowledge/index",
  174. "iconPath": "static/icons/knowledge.png",
  175. "selectedIconPath": "static/icons/knowledge-active.png",
  176. "text": "农技"
  177. },
  178. {
  179. "pagePath": "pages/user/index",
  180. "iconPath": "static/icons/user.png",
  181. "selectedIconPath": "static/icons/user-active.png",
  182. "text": "我的"
  183. }
  184. ]
  185. }
  186. }