增加分销充值功能

This commit is contained in:
2025-10-31 14:21:13 +08:00
parent dbf6a61ac7
commit e40b4fe8cc
11 changed files with 931 additions and 14 deletions

View File

@@ -78,6 +78,12 @@
icon: '/static/indexImg/icon-order.svg',
pageUrl: 'PAGES_MARKET_CONSUME_CASHBACK'
},
{
title: '分销',
icon: '/static/indexImg/icon-order.svg',
pageUrl: 'PAGES_PAY'
},
];
console.log(menusStore.adminPages);