app.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "pages": [
  3. "pages/tabBar/home/home",
  4. "pages/tabBar/discover/discover",
  5. "pages/tabBar/tree/tree",
  6. "pages/tabBar/shopping/shopping",
  7. "pages/tabBar/mine/mine"
  8. ],
  9. "window": {
  10. "navigationBarTextStyle": "black",
  11. "navigationBarTitleText": "飞鸟有味",
  12. "navigationBarBackgroundColor": "#F8F8F8",
  13. "backgroundColor": "#F8F8F8"
  14. },
  15. "tabBar": {
  16. "color": "#7A7E83",
  17. "selectedColor": "#007AFF",
  18. "borderStyle": "black",
  19. "backgroundColor": "#F8F8F8",
  20. "list": [
  21. {
  22. "pagePath": "pages/tabBar/home/home",
  23. "iconPath": "https://birdseye-img.sysuimars.com/youwei-uniapp/tabBar/home.png",
  24. "selectedIconPath": "https://birdseye-img.sysuimars.com/youwei-uniapp/tabBar/home-active.png",
  25. "text": "首页"
  26. },
  27. {
  28. "pagePath": "pages/tabBar/discover/discover",
  29. "iconPath": "https://birdseye-img.sysuimars.com/youwei-uniapp/tabBar/bag.png",
  30. "selectedIconPath": "https://birdseye-img.sysuimars.com/youwei-uniapp/tabBar/bag-active.png",
  31. "text": "逛一逛"
  32. },
  33. {
  34. "pagePath": "pages/tabBar/tree/tree",
  35. "iconPath": "https://birdseye-img.sysuimars.com/youwei-uniapp/tabBar/tree.png",
  36. "selectedIconPath": "https://birdseye-img.sysuimars.com/youwei-uniapp/tabBar/tree-active.png",
  37. "text": "守护"
  38. },
  39. {
  40. "pagePath": "pages/tabBar/shopping/shopping",
  41. "iconPath": "https://birdseye-img.sysuimars.com/youwei-uniapp/tabBar/car.png",
  42. "selectedIconPath": "https://birdseye-img.sysuimars.com/syouwei-uniapp/tabBar/car-active.png",
  43. "text": "购物车"
  44. },
  45. {
  46. "pagePath": "pages/tabBar/mine/mine",
  47. "iconPath": "https://birdseye-img.sysuimars.com/youwei-uniapp/tabBar/mine.png",
  48. "selectedIconPath": "https://birdseye-img.sysuimars.com/youwei-uniapp/tabBar/mine-active.png",
  49. "text": "个人中心"
  50. }
  51. ]
  52. },
  53. "usingComponents": {}
  54. }