pages.json 3.3 KB

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