pages.json 8.5 KB

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