export default [{ "pagePath": "/pages/index/customer", "iconPath": "/static/images/tabBar/jiedai.png", "selectedIconPath": "/static/images/tabBar/jiedaiActive.png", "text": "接待" }, { "pagePath": "/pages/index/consumer/index", "iconPath": "/static/images/tabBar/kehu.png", "selectedIconPath": "/static/images/tabBar/kehuActive.png", "text": "客户" }, { "pagePath": "/pages/index/index", "iconPath": "/static/images/tabBar/work.png", "selectedIconPath": "/static/images/tabBar/workActive.png", "midButton": true, "text": "工作台" }, { "pagePath": "/pages/index/learning", "iconPath": "/static/images/tabBar/xuexi.png", "selectedIconPath": "/static/images/tabBar/xuexiActive.png", "text": "学习" }, { "pagePath": "/pages/index/personal", "iconPath": "/static/images/tabBar/me.png", "selectedIconPath": "/static/images/tabBar/meActive.png", "text": "我的" } ];