forked from angelo/web-retail-h5
feat(mine): 提货专区位置调整
This commit is contained in:
parent
24d2990770
commit
af20c2e409
|
@ -277,13 +277,6 @@ export default {
|
|||
menuKey: 'wallet',
|
||||
ifshow: false,
|
||||
},
|
||||
{
|
||||
url: '/pages/pickupArea/pickupArea',
|
||||
name: '提货专区',
|
||||
imgurl: '../../static/images/my_icon3.png',
|
||||
menuKey: 'pickGoods',
|
||||
ifshow: true,
|
||||
},
|
||||
{
|
||||
url: '/pages/bonus/index',
|
||||
name: '奖金明细',
|
||||
|
@ -334,6 +327,13 @@ export default {
|
|||
menuKey: 'directPush',
|
||||
ifshow: false,
|
||||
},
|
||||
{
|
||||
url: '/pages/pickupArea/pickupArea',
|
||||
name: '提货专区',
|
||||
imgurl: '../../static/images/my_icon3.png',
|
||||
menuKey: 'pickGoods',
|
||||
ifshow: true,
|
||||
},
|
||||
{
|
||||
url: '/pages/mine/bindBank/index',
|
||||
name: '银行信息',
|
||||
|
|
Loading…
Reference in New Issue