feat: 重命名交易对管理为代币化交易对管理,并新增交易对的添加和编辑功能
This commit is contained in:
@@ -173,19 +173,18 @@ export const generatedRoutes: GeneratedRoute[] = [
|
||||
title: '代币化产品',
|
||||
i18nKey: 'route.tokenization_product'
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'tokenization_trading-pairs',
|
||||
path: '/tokenization/trading-pairs',
|
||||
component: 'view.tokenization_trading-pairs',
|
||||
meta: {
|
||||
title: 'tokenization_trading-pairs',
|
||||
i18nKey: 'route.tokenization_trading-pairs'
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'tradingpairs',
|
||||
path: '/tradingpairs',
|
||||
component: 'layout.base$view.tradingpairs',
|
||||
meta: {
|
||||
title: 'tradingpairs',
|
||||
i18nKey: 'route.tradingpairs',
|
||||
order: 7
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'transfer',
|
||||
path: '/transfer',
|
||||
|
||||
Reference in New Issue
Block a user