feat: fixed bug for wechat bot to parse transactions. enable user to exchange reward with img_calls

This commit is contained in:
RockYang
2024-01-03 11:15:54 +08:00
parent fbd6eac877
commit de3eb8969c
15 changed files with 166 additions and 55 deletions

View File

@@ -142,7 +142,7 @@ const routes = [
path: '/admin/reward',
name: 'admin-reward',
meta: {title: '众筹管理'},
component: () => import('@/views/admin/RewardList.vue'),
component: () => import('@/views/admin/Reward.vue'),
},
{
path: '/admin/loginLog',