pages.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/tabBar/home/home"
  5. },
  6. {
  7. "path": "pages/tabBar/discover/discover"
  8. },
  9. {
  10. "path": "pages/tabBar/tree/tree"
  11. },
  12. {
  13. "path": "pages/tabBar/shopping/shopping"
  14. },
  15. {
  16. "path": "pages/tabBar/mine/mine"
  17. }
  18. ],
  19. "globalStyle": {
  20. "navigationBarTextStyle": "black",
  21. "navigationBarTitleText": "飞鸟有味",
  22. "navigationBarBackgroundColor": "#F8F8F8",
  23. "backgroundColor": "#F8F8F8"
  24. },
  25. "uniIdRouter": {},
  26. "tabBar": {
  27. "color": "#898989",
  28. "selectedColor": "#000000",
  29. "borderStyle": "#F7F7F7",
  30. "backgroundColor": "#FFFFFF",
  31. "list": [{
  32. "pagePath": "pages/tabBar/home/home",
  33. "iconPath": "https://birdseye-img.sysuimars.com/youwei-uniapp/tabBar/home.png",
  34. "selectedIconPath": "https://birdseye-img.sysuimars.com/youwei-uniapp/tabBar/home-active.png",
  35. "text": "首页"
  36. },
  37. {
  38. "pagePath": "pages/tabBar/discover/discover",
  39. "iconPath": "https://birdseye-img.sysuimars.com/youwei-uniapp/tabBar/bag.png",
  40. "selectedIconPath": "https://birdseye-img.sysuimars.com/youwei-uniapp/tabBar/bag-active.png",
  41. "text": "逛一逛"
  42. }, {
  43. "pagePath": "pages/tabBar/tree/tree",
  44. "iconPath": "https://birdseye-img.sysuimars.com/youwei-uniapp/tabBar/tree.png",
  45. "selectedIconPath": "https://birdseye-img.sysuimars.com/youwei-uniapp/tabBar/tree-active.png",
  46. "text": "守护"
  47. }, {
  48. "pagePath": "pages/tabBar/shopping/shopping",
  49. "iconPath": "https://birdseye-img.sysuimars.com/youwei-uniapp/tabBar/car.png",
  50. "selectedIconPath": "https://birdseye-img.sysuimars.com/syouwei-uniapp/tabBar/car-active.png",
  51. "text": "购物车"
  52. }, {
  53. "pagePath": "pages/tabBar/mine/mine",
  54. "iconPath": "https://birdseye-img.sysuimars.com/youwei-uniapp/tabBar/user.png",
  55. "selectedIconPath": "https://birdseye-img.sysuimars.com/youwei-uniapp/tabBar/user-active.png",
  56. "text": "个人中心"
  57. }
  58. ]
  59. }
  60. }