pages.json 3.7 KB

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