pages.json 7.4 KB

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