2
0

feat:KYC认证

This commit is contained in:
zhongzm
2025-01-14 12:01:18 +08:00
parent 434767a902
commit 192e58fc0b
8 changed files with 661 additions and 4 deletions

View File

@@ -334,6 +334,18 @@ export const customRoutes: GeneratedRoute[] = [
hideInMenu: true
},
},
{
name: 'billing_recharge',
path: '/billing/recharge',
component: 'view.billing_recharge',
meta: {
title: '充值服务',
i18nKey: 'view.recharge_rechargeservice',
icon: 'material-symbols:filter-list-off',
order: 2,
hideInMenu: true
},
},
{
name: 'billing_histories',
path: '/billing/histories',
@@ -342,7 +354,7 @@ export const customRoutes: GeneratedRoute[] = [
title: '历史查询',
i18nKey: 'view.billing_histories',
icon: 'material-symbols:filter-list-off',
order: 2
order: 3
},
},
{
@@ -353,7 +365,7 @@ export const customRoutes: GeneratedRoute[] = [
title: '充值记录',
i18nKey: 'view.billing_Rechargehistory',
icon: 'material-symbols:filter-list-off',
order: 7
order: 4
},
},
{
@@ -415,6 +427,17 @@ export const customRoutes: GeneratedRoute[] = [
hideInMenu: true
}
},
{
name: 'user-info_kyc',
path: '/userInfo/kyc',
component: 'view.userInfo_kyc',
meta: {
title: 'KYC认证',
i18nKey: 'view.userInfo_kyc',
order:18,
hideInMenu: true
}
},
{
name: 'user-info_profile',
path: '/userInfo/profile',