AI销管
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.
 
 
 
 

33 lines
921 B

  1. export default [{
  2. "pagePath": "/pages/index/customer",
  3. "iconPath": "/static/images/tabBar/jiedai.png",
  4. "selectedIconPath": "/static/images/tabBar/jiedaiActive.png",
  5. "text": "接待"
  6. },
  7. {
  8. "pagePath": "/pages/index/consumer/index",
  9. "iconPath": "/static/images/tabBar/kehu.png",
  10. "selectedIconPath": "/static/images/tabBar/kehuActive.png",
  11. "text": "客户"
  12. },
  13. {
  14. "pagePath": "/pages/index/index",
  15. "iconPath": "/static/images/tabBar/work.png",
  16. "selectedIconPath": "/static/images/tabBar/workActive.png",
  17. "midButton": true,
  18. "text": "工作台"
  19. },
  20. {
  21. "pagePath": "/pages/index/learning",
  22. "iconPath": "/static/images/tabBar/xuexi.png",
  23. "selectedIconPath": "/static/images/tabBar/xuexiActive.png",
  24. "text": "学习"
  25. },
  26. {
  27. "pagePath": "/pages/index/personal",
  28. "iconPath": "/static/images/tabBar/me.png",
  29. "selectedIconPath": "/static/images/tabBar/meActive.png",
  30. "text": "我的"
  31. }
  32. ];