pages.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  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/device/index",
  44. "style": {
  45. "navigationBarTitleText": "设备监测"
  46. }
  47. },
  48. {
  49. "path": "pages/device/device-list/detail-camera",
  50. "style": {
  51. "navigationBarTitleText": "监控设备详情",
  52. "navigationBarBackgroundColor": "#ffffff",
  53. "navigationBarTextStyle": "black",
  54. "enablePullDownRefresh": false
  55. }
  56. },
  57. {
  58. "path": "pages/device/device-list/detail-collector",
  59. "style": {
  60. "navigationBarTitleText": "采集设备详情",
  61. "navigationBarBackgroundColor": "#ffffff",
  62. "navigationBarTextStyle": "black",
  63. "enablePullDownRefresh": false
  64. }
  65. },
  66. {
  67. "path": "pages/device/device-list/index",
  68. "style": {
  69. "navigationBarTitleText": "设备列表",
  70. "navigationBarBackgroundColor": "#ffffff",
  71. "navigationBarTextStyle": "black",
  72. "enablePullDownRefresh": false
  73. }
  74. },
  75. {
  76. "path": "pages/knowledge/index",
  77. "style": {
  78. "navigationBarTitleText": "农业知识"
  79. }
  80. },
  81. {
  82. "path": "pages/knowledge/detail",
  83. "style": {
  84. "navigationBarTitleText": "农业知识",
  85. "h5": {
  86. "navigationStyle": "custom"
  87. },
  88. "app-plus": {
  89. "titleNView": {
  90. "buttons": [{
  91. "type": "back",
  92. "background": "transparent"
  93. }]
  94. }
  95. },
  96. "mp-weixin": {
  97. "navigationBarBackgroundColor": "#ffffff",
  98. "navigationBarTextStyle": "black"
  99. }
  100. }
  101. },
  102. {
  103. "path": "pages/knowledge/ai-chat/index",
  104. "style": {
  105. "navigationBarTitleText": "问农小禹"
  106. }
  107. },
  108. {
  109. "path": "pages/user/index",
  110. "style": {
  111. "navigationBarTitleText": "我的"
  112. }
  113. },
  114. {
  115. "path": "pages/machine/index",
  116. "style": {
  117. "navigationBarTitleText": "农机管理"
  118. }
  119. },
  120. {
  121. "path": "pages/ai-chat/index",
  122. "style": {
  123. "navigationBarTitleText": "AI问答"
  124. }
  125. },
  126. {
  127. "path": "pages/field/index",
  128. "style": {
  129. "navigationBarTitleText": "地块管理"
  130. }
  131. },
  132. {
  133. "path": "pages/more/index",
  134. "style": {
  135. "navigationBarTitleText": "更多服务"
  136. }
  137. },
  138. {
  139. "path": "pages/settings/index",
  140. "style": {
  141. "navigationBarTitleText": "系统设置"
  142. }
  143. },
  144. {
  145. "path": "pages/about/index",
  146. "style": {
  147. "navigationBarTitleText": "关于我们"
  148. }
  149. },
  150. {
  151. "path": "pages/privacy/index",
  152. "style": {
  153. "navigationBarTitleText": "隐私政策"
  154. }
  155. },
  156. {
  157. "path": "pages/plots/list",
  158. "style": {
  159. "navigationBarTitleText": "选择地块"
  160. }
  161. }
  162. ],
  163. "tabBar": {
  164. "color": "#666666",
  165. "selectedColor": "#4CAF50",
  166. "backgroundColor": "#ffffff",
  167. "borderStyle": "black",
  168. "list": [
  169. {
  170. "pagePath": "pages/dashboard/index",
  171. "iconPath": "static/icons/home.png",
  172. "selectedIconPath": "static/icons/home-active.png",
  173. "text": "首页"
  174. },
  175. {
  176. "pagePath": "pages/activity/index",
  177. "iconPath": "static/icons/activity.png",
  178. "selectedIconPath": "static/icons/activity-active.png",
  179. "text": "农事"
  180. },
  181. {
  182. "pagePath": "pages/device/index",
  183. "iconPath": "static/icons/device.png",
  184. "selectedIconPath": "static/icons/device-active.png",
  185. "text": "设备"
  186. },
  187. {
  188. "pagePath": "pages/knowledge/index",
  189. "iconPath": "static/icons/knowledge.png",
  190. "selectedIconPath": "static/icons/knowledge-active.png",
  191. "text": "农技"
  192. },
  193. {
  194. "pagePath": "pages/user/index",
  195. "iconPath": "static/icons/user.png",
  196. "selectedIconPath": "static/icons/user-active.png",
  197. "text": "我的"
  198. }
  199. ]
  200. },
  201. "easycom": {
  202. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  203. }
  204. }