pages.json 4.4 KB

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