pages.json 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/dashboard/index",
  5. "style": {
  6. "navigationBarTitleText": "农小禹 - 首页"
  7. }
  8. },
  9. {
  10. "path": "pages/login/index",
  11. "style": {
  12. "navigationBarTitleText": "登录",
  13. "navigationStyle": "custom"
  14. }
  15. },
  16. {
  17. "path": "pages/login/register",
  18. "style": {
  19. "navigationBarTitleText": "注册",
  20. "navigationStyle": "custom"
  21. }
  22. },
  23. {
  24. "path": "pages/login/forget-password",
  25. "style": {
  26. "navigationBarTitleText": "忘记密码",
  27. "navigationStyle": "custom"
  28. }
  29. },
  30. {
  31. "path": "pages/userInfo/index",
  32. "style": {
  33. "navigationBarTitleText": "用户信息"
  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/device-list/detail-camera",
  59. "style": {
  60. "navigationBarTitleText": "监控设备详情",
  61. "navigationBarBackgroundColor": "#ffffff",
  62. "navigationBarTextStyle": "black",
  63. "enablePullDownRefresh": false
  64. }
  65. },
  66. {
  67. "path": "pages/device/device-list/detail-collector",
  68. "style": {
  69. "navigationBarTitleText": "采集设备详情",
  70. "navigationBarBackgroundColor": "#ffffff",
  71. "navigationBarTextStyle": "black",
  72. "enablePullDownRefresh": false
  73. }
  74. },
  75. {
  76. "path": "pages/device/device-list/index",
  77. "style": {
  78. "navigationBarTitleText": "设备列表",
  79. "navigationBarBackgroundColor": "#ffffff",
  80. "navigationBarTextStyle": "black",
  81. "enablePullDownRefresh": false
  82. }
  83. },
  84. {
  85. "path": "pages/knowledge/index",
  86. "style": {
  87. "navigationBarTitleText": "农业知识"
  88. }
  89. },
  90. {
  91. "path": "pages/knowledge/detail",
  92. "style": {
  93. "navigationBarTitleText": "农业知识",
  94. "h5": {
  95. "navigationStyle": "custom"
  96. },
  97. "app-plus": {
  98. "titleNView": {
  99. "buttons": [{
  100. "type": "back",
  101. "background": "transparent"
  102. }]
  103. }
  104. },
  105. "mp-weixin": {
  106. "navigationBarBackgroundColor": "#ffffff",
  107. "navigationBarTextStyle": "black"
  108. }
  109. }
  110. },
  111. {
  112. "path": "pages/knowledge/ai-chat/index",
  113. "style": {
  114. "navigationBarTitleText": "问农小禹"
  115. }
  116. },
  117. {
  118. "path": "pages/user/index",
  119. "style": {
  120. "navigationBarTitleText": "我的"
  121. }
  122. },
  123. {
  124. "path": "pages/machine/index",
  125. "style": {
  126. "navigationBarTitleText": "农机管理"
  127. }
  128. },
  129. {
  130. "path": "pages/ai-chat/index",
  131. "style": {
  132. "navigationBarTitleText": "AI问答"
  133. }
  134. },
  135. {
  136. "path": "pages/field/index",
  137. "style": {
  138. "navigationBarTitleText": "地块管理"
  139. }
  140. },
  141. {
  142. "path": "pages/more/index",
  143. "style": {
  144. "navigationBarTitleText": "更多服务"
  145. }
  146. },
  147. {
  148. "path": "pages/settings/index",
  149. "style": {
  150. "navigationBarTitleText": "系统设置"
  151. }
  152. },
  153. {
  154. "path": "pages/about/index",
  155. "style": {
  156. "navigationBarTitleText": "关于我们"
  157. }
  158. },
  159. {
  160. "path": "pages/privacy/index",
  161. "style": {
  162. "navigationBarTitleText": "隐私政策"
  163. }
  164. },
  165. {
  166. "path": "pages/plots/list",
  167. "style": {
  168. "navigationBarTitleText": "选择地块"
  169. }
  170. },
  171. {
  172. "path": "pages/service/mall",
  173. "style": {
  174. "navigationBarTitleText": "农资商城",
  175. "navigationBarBackgroundColor": "#ffffff",
  176. "navigationBarTextStyle": "black",
  177. "enablePullDownRefresh": true
  178. }
  179. },
  180. {
  181. "path": "pages/service/mall-detail",
  182. "style": {
  183. "navigationBarTitleText": "商品详情",
  184. "navigationBarBackgroundColor": "#ffffff",
  185. "navigationBarTextStyle": "black",
  186. "enablePullDownRefresh": false
  187. }
  188. },
  189. {
  190. "path": "pages/service/sales",
  191. "style": {
  192. "navigationBarTitleText": "农品交易",
  193. "navigationBarBackgroundColor": "#ffffff",
  194. "navigationBarTextStyle": "black"
  195. }
  196. },
  197. {
  198. "path": "pages/service/expert",
  199. "style": {
  200. "navigationBarTitleText": "专家咨询",
  201. "navigationBarBackgroundColor": "#ffffff",
  202. "navigationBarTextStyle": "black"
  203. }
  204. },
  205. {
  206. "path": "pages/service/expert-detail",
  207. "style": {
  208. "navigationBarTitleText": "专家详情",
  209. "navigationBarBackgroundColor": "#ffffff",
  210. "navigationBarTextStyle": "black",
  211. "enablePullDownRefresh": false
  212. }
  213. },
  214. {
  215. "path": "pages/service/expert-chat",
  216. "style": {
  217. "navigationBarTitleText": "专家咨询",
  218. "navigationBarBackgroundColor": "#ffffff",
  219. "navigationBarTextStyle": "black",
  220. "enablePullDownRefresh": false
  221. }
  222. },
  223. {
  224. "path": "pages/service/certification",
  225. "style": {
  226. "navigationBarTitleText": "绿色认证申请",
  227. "navigationBarBackgroundColor": "#ffffff",
  228. "navigationBarTextStyle": "black"
  229. }
  230. },
  231. {
  232. "path": "pages/service/insurance",
  233. "style": {
  234. "navigationBarTitleText": "保险接入",
  235. "navigationBarBackgroundColor": "#ffffff",
  236. "navigationBarTextStyle": "black"
  237. }
  238. },
  239. {
  240. "path": "pages/service/sales-publish",
  241. "style": {
  242. "navigationBarTitleText": "发布农产品",
  243. "navigationBarBackgroundColor": "#ffffff",
  244. "navigationBarTextStyle": "black",
  245. "enablePullDownRefresh": false
  246. }
  247. },
  248. {
  249. "path": "pages/service/my-publish",
  250. "style": {
  251. "navigationBarTitleText": "我的发布",
  252. "navigationBarBackgroundColor": "#ffffff",
  253. "navigationBarTextStyle": "black",
  254. "enablePullDownRefresh": false
  255. }
  256. },
  257. {
  258. "path": "pages/service/purchase-publish",
  259. "style": {
  260. "navigationBarTitleText": "发布收购信息",
  261. "navigationBarBackgroundColor": "#ffffff",
  262. "navigationBarTextStyle": "black",
  263. "enablePullDownRefresh": false
  264. }
  265. },
  266. {
  267. "path": "pages/service/sales-detail",
  268. "style": {
  269. "navigationBarTitleText": "产品详情",
  270. "navigationBarBackgroundColor": "#ffffff",
  271. "navigationBarTextStyle": "black",
  272. "enablePullDownRefresh": false
  273. }
  274. }
  275. ],
  276. "tabBar": {
  277. "color": "#666666",
  278. "selectedColor": "#4CAF50",
  279. "backgroundColor": "#ffffff",
  280. "borderStyle": "black",
  281. "list": [
  282. {
  283. "pagePath": "pages/dashboard/index",
  284. "iconPath": "static/icons/home.png",
  285. "selectedIconPath": "static/icons/home-active.png",
  286. "text": "首页"
  287. },
  288. {
  289. "pagePath": "pages/activity/index",
  290. "iconPath": "static/icons/activity.png",
  291. "selectedIconPath": "static/icons/activity-active.png",
  292. "text": "农事"
  293. },
  294. {
  295. "pagePath": "pages/device/index",
  296. "iconPath": "static/icons/device.png",
  297. "selectedIconPath": "static/icons/device-active.png",
  298. "text": "设备"
  299. },
  300. {
  301. "pagePath": "pages/knowledge/index",
  302. "iconPath": "static/icons/knowledge.png",
  303. "selectedIconPath": "static/icons/knowledge-active.png",
  304. "text": "农技"
  305. },
  306. {
  307. "pagePath": "pages/user/index",
  308. "iconPath": "static/icons/user.png",
  309. "selectedIconPath": "static/icons/user-active.png",
  310. "text": "我的"
  311. }
  312. ]
  313. },
  314. "easycom": {
  315. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  316. }
  317. }