pages.json 7.3 KB

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