| | |
| | | icon: 'iconshuju_h', |
| | | Aicon: 'iconshuju', |
| | | label: '数据', |
| | | path: '/main/home' |
| | | path: '/order/wxScore' |
| | | }, |
| | | { |
| | | powerId: 100003, |
| | |
| | | |
| | | console.log(userPage) |
| | | |
| | | //增加消息tabbar |
| | | if (orgType != 1 && orgType != 2) |
| | | footernav.push({ |
| | | powerId: 300000, |
| | | icon: 'iconxiaoxi_h', |
| | | Aicon: 'iconxiaoxi', |
| | | label: '消息', |
| | | path: '/main/message' |
| | | }) |
| | | if (orgType == 1 || orgType == 3 || orgType == 2) { |
| | | footernav.unshift({ |
| | | powerId: 100006, |
| | | icon: 'iconchanpin_h', |
| | | Aicon: 'iconchanpin', |
| | | label: '首页', |
| | | path: '/main/product' |
| | | }) |
| | | } |
| | | |
| | | |
| | | footernav.push({ |
| | | powerId: 200000, |
| | | icon: 'iconguanli_h', |
| | |
| | | path: '/user/register' |
| | | }); |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | commit(SET_FOOTER_NAV, footernav); |