pages.json 4.0 KB

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