pages.json 8.6 KB

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