修改霸王餐页面,增加私域引流,消费返现,满减活动页面
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)
|
||||
|
||||
Reference in New Issue
Block a user