pages.json 3.2 KB

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