pages.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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/user/index",
  42. "style": {
  43. "navigationBarTitleText": "我的"
  44. }
  45. },
  46. {
  47. "path": "pages/machine/index",
  48. "style": {
  49. "navigationBarTitleText": "农机管理"
  50. }
  51. },
  52. {
  53. "path": "pages/ai-chat/index",
  54. "style": {
  55. "navigationBarTitleText": "AI问答"
  56. }
  57. },
  58. {
  59. "path": "pages/field/index",
  60. "style": {
  61. "navigationBarTitleText": "地块管理"
  62. }
  63. },
  64. {
  65. "path": "pages/more/index",
  66. "style": {
  67. "navigationBarTitleText": "更多服务"
  68. }
  69. },
  70. {
  71. "path": "pages/settings/index",
  72. "style": {
  73. "navigationBarTitleText": "系统设置"
  74. }
  75. },
  76. {
  77. "path": "pages/about/index",
  78. "style": {
  79. "navigationBarTitleText": "关于我们"
  80. }
  81. },
  82. {
  83. "path": "pages/privacy/index",
  84. "style": {
  85. "navigationBarTitleText": "隐私政策"
  86. }
  87. }
  88. ],
  89. "tabBar": {
  90. "color": "#666666",
  91. "selectedColor": "#4CAF50",
  92. "backgroundColor": "#ffffff",
  93. "borderStyle": "black",
  94. "list": [
  95. {
  96. "pagePath": "pages/dashboard/index",
  97. "iconPath": "static/icons/home.png",
  98. "selectedIconPath": "static/icons/home-active.png",
  99. "text": "首页"
  100. },
  101. {
  102. "pagePath": "pages/activity/index",
  103. "iconPath": "static/icons/activity.png",
  104. "selectedIconPath": "static/icons/activity-active.png",
  105. "text": "农事"
  106. },
  107. {
  108. "pagePath": "pages/device/index",
  109. "iconPath": "static/icons/device.png",
  110. "selectedIconPath": "static/icons/device-active.png",
  111. "text": "设备"
  112. },
  113. {
  114. "pagePath": "pages/knowledge/index",
  115. "iconPath": "static/icons/knowledge.png",
  116. "selectedIconPath": "static/icons/knowledge-active.png",
  117. "text": "农技"
  118. },
  119. {
  120. "pagePath": "pages/user/index",
  121. "iconPath": "static/icons/user.png",
  122. "selectedIconPath": "static/icons/user-active.png",
  123. "text": "我的"
  124. }
  125. ]
  126. }
  127. }