app.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "pages": [
  3. "pages/dashboard/index",
  4. "pages/login/index",
  5. "pages/userInfo/index",
  6. "pages/activity/index",
  7. "pages/device/index",
  8. "pages/knowledge/index",
  9. "pages/user/index",
  10. "pages/machine/index",
  11. "pages/ai-chat/index",
  12. "pages/field/index",
  13. "pages/more/index",
  14. "pages/settings/index",
  15. "pages/about/index",
  16. "pages/privacy/index"
  17. ],
  18. "tabBar": {
  19. "color": "#666666",
  20. "selectedColor": "#4CAF50",
  21. "backgroundColor": "#ffffff",
  22. "borderStyle": "black",
  23. "list": [
  24. {
  25. "pagePath": "pages/dashboard/index",
  26. "iconPath": "static/icons/home.png",
  27. "selectedIconPath": "static/icons/home-active.png",
  28. "text": "首页"
  29. },
  30. {
  31. "pagePath": "pages/activity/index",
  32. "iconPath": "static/icons/activity.png",
  33. "selectedIconPath": "static/icons/activity-active.png",
  34. "text": "农事"
  35. },
  36. {
  37. "pagePath": "pages/device/index",
  38. "iconPath": "static/icons/device.png",
  39. "selectedIconPath": "static/icons/device-active.png",
  40. "text": "设备"
  41. },
  42. {
  43. "pagePath": "pages/knowledge/index",
  44. "iconPath": "static/icons/knowledge.png",
  45. "selectedIconPath": "static/icons/knowledge-active.png",
  46. "text": "农技"
  47. },
  48. {
  49. "pagePath": "pages/user/index",
  50. "iconPath": "static/icons/user.png",
  51. "selectedIconPath": "static/icons/user-active.png",
  52. "text": "我的"
  53. }
  54. ]
  55. },
  56. "usingComponents": {}
  57. }