You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

28 lines
706 B

  1. export default [
  2. {
  3. pagePath: "/pages/index/index",
  4. iconPath: "/static/images/tabBar/home.png",
  5. selectedIconPath: "/static/images/tabBar/homeActive.png",
  6. text: "首页"
  7. },
  8. {
  9. pagePath: "/pages/index/customer",
  10. iconPath: "/static/images/tabBar/customer.png",
  11. selectedIconPath: "/static/images/tabBar/customerActive.png",
  12. text: "接待"
  13. },
  14. {
  15. pagePath: "/pages/index/learning",
  16. iconPath: "/static/images/tabBar/voice.png",
  17. selectedIconPath: "/static/images/tabBar/voiceActive.png",
  18. text: "学习"
  19. },
  20. {
  21. pagePath: "/pages/index/personal",
  22. iconPath: "/static/images/tabBar/user.png",
  23. selectedIconPath: "/static/images/tabBar/userActive.png",
  24. text: "个人",
  25. count: 0
  26. }
  27. ];