tabbar.json 602 B

1234567891011121314151617181920212223242526
  1. [
  2. {
  3. "text": "首页",
  4. "icon": "/static/tabbar/home.svg",
  5. "activeIcon": "/static/tabbar/home-active.svg",
  6. "path": "/pages/index/index"
  7. },
  8. {
  9. "text": "全部服务",
  10. "icon": "/static/tabbar/services.svg",
  11. "activeIcon": "/static/tabbar/services-active.svg",
  12. "path": "/pages/service/all/index"
  13. },
  14. {
  15. "text": "订单",
  16. "icon": "/static/tabbar/order.svg",
  17. "activeIcon": "/static/tabbar/order-active.svg",
  18. "path": "/pages/order/list/index"
  19. },
  20. {
  21. "text": "我的",
  22. "icon": "/static/tabbar/my.svg",
  23. "activeIcon": "/static/tabbar/my-active.svg",
  24. "path": "/pages/my/index"
  25. }
  26. ]