feat: add affiliate invite rebate flow and admin rebate-rate setting
This commit is contained in:
@@ -197,6 +197,18 @@ const routes: RouteRecordRaw[] = [
|
||||
descriptionKey: 'redeem.description'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/affiliate',
|
||||
name: 'Affiliate',
|
||||
component: () => import('@/views/user/AffiliateView.vue'),
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
requiresAdmin: false,
|
||||
title: 'Affiliate',
|
||||
titleKey: 'affiliate.title',
|
||||
descriptionKey: 'affiliate.description'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/available-channels',
|
||||
name: 'UserAvailableChannels',
|
||||
|
||||
Reference in New Issue
Block a user