更新 @riwa/api-types 依赖至 0.0.20,删除表格基础组件,新增 RWA 和用户管理相关页面及路由
This commit is contained in:
@@ -96,6 +96,84 @@ export const generatedRoutes: GeneratedRoute[] = [
|
||||
hideInMenu: true
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'rwa',
|
||||
path: '/rwa',
|
||||
component: 'layout.base',
|
||||
meta: {
|
||||
title: 'rwa',
|
||||
i18nKey: 'route.rwa',
|
||||
order: 5
|
||||
},
|
||||
children: [
|
||||
{
|
||||
name: 'rwa_product',
|
||||
path: '/rwa/product',
|
||||
component: 'view.rwa_product',
|
||||
meta: {
|
||||
title: 'rwa_product',
|
||||
i18nKey: 'route.rwa_product'
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'rwa_producttype',
|
||||
path: '/rwa/producttype',
|
||||
component: 'view.rwa_producttype',
|
||||
meta: {
|
||||
title: 'rwa_producttype',
|
||||
i18nKey: 'route.rwa_producttype'
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'user',
|
||||
path: '/user',
|
||||
component: 'layout.base',
|
||||
meta: {
|
||||
title: 'user',
|
||||
i18nKey: 'route.user',
|
||||
order: 2
|
||||
},
|
||||
children: [
|
||||
{
|
||||
name: 'user_bank',
|
||||
path: '/user/bank',
|
||||
component: 'view.user_bank',
|
||||
meta: {
|
||||
title: 'user_bank',
|
||||
i18nKey: 'route.user_bank'
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'user_bankcard',
|
||||
path: '/user/bankcard',
|
||||
component: 'view.user_bankcard',
|
||||
meta: {
|
||||
title: 'user_bankcard',
|
||||
i18nKey: 'route.user_bankcard'
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'user_list',
|
||||
path: '/user/list',
|
||||
component: 'view.user_list',
|
||||
meta: {
|
||||
title: 'user_list',
|
||||
i18nKey: 'route.user_list'
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'user_transfer',
|
||||
path: '/user/transfer',
|
||||
component: 'view.user_transfer',
|
||||
meta: {
|
||||
title: 'user_transfer',
|
||||
i18nKey: 'route.user_transfer'
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'withdraw',
|
||||
path: '/withdraw',
|
||||
|
||||
Reference in New Issue
Block a user