|
@@ -55,14 +55,14 @@ export default {
|
|
|
iconPath: '/static/images/community.png',
|
|
|
selectedIconPath: '/static/images/community-select.png',
|
|
|
},
|
|
|
- // {
|
|
|
- // text: '推广',
|
|
|
- // // text: '推广码',
|
|
|
- // name: 'promotionCode',
|
|
|
- // pagePath: 'pages/client/tabBar/promotionCode/index',
|
|
|
- // iconPath: '/static/images/rqcode.png',
|
|
|
- // selectedIconPath: '/static/images/rqcode-select.png',
|
|
|
- // },
|
|
|
+ {
|
|
|
+ text: '推广',
|
|
|
+ // text: '推广码',
|
|
|
+ name: 'promotionCode',
|
|
|
+ pagePath: 'pages/client/tabBar/promotionCode/index',
|
|
|
+ iconPath: '/static/images/rqcode.png',
|
|
|
+ selectedIconPath: '/static/images/rqcode-select.png',
|
|
|
+ },
|
|
|
{
|
|
|
text: '消息',
|
|
|
name: 'clientMessage',
|