|
1234567891011121314151617181920212223242526272829303132 |
- export default [{
- "pagePath": "/pages/index/customer",
- "iconPath": "/static/images/tabBar/customer.png",
- "selectedIconPath": "/static/images/tabBar/customerActive.png",
- "text": "接待"
- },
- {
- "pagePath": "/pages/index/consumer/index",
- "iconPath": "/static/images/tabBar/kehu.png",
- "selectedIconPath": "/static/images/tabBar/kehu_act.png",
- "text": "客户"
- },
- {
- "pagePath": "/pages/index/index",
- "iconPath": "/static/images/tabBar/works.png",
- "selectedIconPath": "/static/images/tabBar/worksActive.png",
- "midButton": true,
- "text": "工作台"
- },
- {
- "pagePath": "/pages/index/learning",
- "iconPath": "/static/images/tabBar/voice.png",
- "selectedIconPath": "/static/images/tabBar/voiceActive.png",
- "text": "学习"
- },
- {
- "pagePath": "/pages/index/personal",
- "iconPath": "/static/images/tabBar/user.png",
- "selectedIconPath": "/static/images/tabBar/userActive.png",
- "text": "我的"
- }
- ];
|