pages.json 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  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. "path": "pages/service/mall",
  149. "style": {
  150. "navigationBarTitleText": "农资商城",
  151. "navigationBarBackgroundColor": "#ffffff",
  152. "navigationBarTextStyle": "black",
  153. "enablePullDownRefresh": true
  154. }
  155. },
  156. {
  157. "path": "pages/service/mall-detail",
  158. "style": {
  159. "navigationBarTitleText": "商品详情",
  160. "navigationBarBackgroundColor": "#ffffff",
  161. "navigationBarTextStyle": "black",
  162. "enablePullDownRefresh": false
  163. }
  164. },
  165. {
  166. "path": "pages/service/sales",
  167. "style": {
  168. "navigationBarTitleText": "农品交易",
  169. "navigationBarBackgroundColor": "#ffffff",
  170. "navigationBarTextStyle": "black"
  171. }
  172. },
  173. {
  174. "path": "pages/service/expert",
  175. "style": {
  176. "navigationBarTitleText": "专家咨询",
  177. "navigationBarBackgroundColor": "#ffffff",
  178. "navigationBarTextStyle": "black"
  179. }
  180. },
  181. {
  182. "path": "pages/service/expert-detail",
  183. "style": {
  184. "navigationBarTitleText": "专家详情",
  185. "navigationBarBackgroundColor": "#ffffff",
  186. "navigationBarTextStyle": "black",
  187. "enablePullDownRefresh": false
  188. }
  189. },
  190. {
  191. "path": "pages/service/expert-chat",
  192. "style": {
  193. "navigationBarTitleText": "专家咨询",
  194. "navigationBarBackgroundColor": "#ffffff",
  195. "navigationBarTextStyle": "black",
  196. "enablePullDownRefresh": false
  197. }
  198. },
  199. {
  200. "path": "pages/service/certification",
  201. "style": {
  202. "navigationBarTitleText": "绿色认证申请",
  203. "navigationBarBackgroundColor": "#ffffff",
  204. "navigationBarTextStyle": "black"
  205. }
  206. },
  207. {
  208. "path": "pages/service/insurance",
  209. "style": {
  210. "navigationBarTitleText": "保险接入",
  211. "navigationBarBackgroundColor": "#ffffff",
  212. "navigationBarTextStyle": "black"
  213. }
  214. },
  215. {
  216. "path": "pages/service/sales-publish",
  217. "style": {
  218. "navigationBarTitleText": "发布农产品",
  219. "navigationBarBackgroundColor": "#ffffff",
  220. "navigationBarTextStyle": "black",
  221. "enablePullDownRefresh": false
  222. }
  223. },
  224. {
  225. "path": "pages/service/my-publish",
  226. "style": {
  227. "navigationBarTitleText": "我的发布",
  228. "navigationBarBackgroundColor": "#ffffff",
  229. "navigationBarTextStyle": "black",
  230. "enablePullDownRefresh": false
  231. }
  232. },
  233. {
  234. "path": "pages/service/purchase-publish",
  235. "style": {
  236. "navigationBarTitleText": "发布收购信息",
  237. "navigationBarBackgroundColor": "#ffffff",
  238. "navigationBarTextStyle": "black",
  239. "enablePullDownRefresh": false
  240. }
  241. },
  242. {
  243. "path": "pages/service/sales-detail",
  244. "style": {
  245. "navigationBarTitleText": "产品详情",
  246. "navigationBarBackgroundColor": "#ffffff",
  247. "navigationBarTextStyle": "black",
  248. "enablePullDownRefresh": false
  249. }
  250. }
  251. ],
  252. "tabBar": {
  253. "color": "#666666",
  254. "selectedColor": "#4CAF50",
  255. "backgroundColor": "#ffffff",
  256. "borderStyle": "black",
  257. "list": [
  258. {
  259. "pagePath": "pages/dashboard/index",
  260. "iconPath": "static/icons/home.png",
  261. "selectedIconPath": "static/icons/home-active.png",
  262. "text": "首页"
  263. },
  264. {
  265. "pagePath": "pages/activity/index",
  266. "iconPath": "static/icons/activity.png",
  267. "selectedIconPath": "static/icons/activity-active.png",
  268. "text": "农事"
  269. },
  270. {
  271. "pagePath": "pages/device/index",
  272. "iconPath": "static/icons/device.png",
  273. "selectedIconPath": "static/icons/device-active.png",
  274. "text": "设备"
  275. },
  276. {
  277. "pagePath": "pages/knowledge/index",
  278. "iconPath": "static/icons/knowledge.png",
  279. "selectedIconPath": "static/icons/knowledge-active.png",
  280. "text": "农技"
  281. },
  282. {
  283. "pagePath": "pages/user/index",
  284. "iconPath": "static/icons/user.png",
  285. "selectedIconPath": "static/icons/user-active.png",
  286. "text": "我的"
  287. }
  288. ]
  289. }
  290. }