修改霸王餐页面,增加私域引流,消费返现,满减活动页面
This commit is contained in:
@@ -63,7 +63,24 @@
|
||||
icon: '/static/indexImg/icon-order.svg',
|
||||
pageUrl: 'PAGES_ORDER_INDEX'
|
||||
},
|
||||
{
|
||||
title: '满减活动',
|
||||
icon: '/static/indexImg/icon-order.svg',
|
||||
pageUrl: 'PAGES_MARKET_DISCOUNT_ACTIVITY'
|
||||
},
|
||||
{
|
||||
title: '私域引流',
|
||||
icon: '/static/indexImg/icon-order.svg',
|
||||
pageUrl: 'PAGES_MARKET_DRAINAGE_CONFIG'
|
||||
},
|
||||
{
|
||||
title: '消费返现',
|
||||
icon: '/static/indexImg/icon-order.svg',
|
||||
pageUrl: 'PAGES_MARKET_CONSUME_CASHBACK'
|
||||
},
|
||||
|
||||
];
|
||||
console.log(menusStore.adminPages);
|
||||
const computedMenus = computed(() => {
|
||||
const arr = menusStore.adminPages.filter(v => {
|
||||
return navList.find(navItem => navItem.title == v.title)
|
||||
|
||||
@@ -153,8 +153,8 @@
|
||||
|
||||
})
|
||||
// #ifdef H5
|
||||
vdata.formData.username = '17792050546'
|
||||
vdata.formData.pwd = 'qwer1234'
|
||||
vdata.formData.username = ''
|
||||
vdata.formData.pwd = ''
|
||||
// #endif
|
||||
// #ifdef MP-WEIXIN
|
||||
// vdata.formData.username = '15699991111'
|
||||
|
||||
Reference in New Issue
Block a user