feat: 重命名交易对管理为代币化交易对管理,并新增交易对的添加和编辑功能
This commit is contained in:
@@ -28,7 +28,7 @@ export const views: Record<LastLevelRouteKey, RouteComponent | (() => Promise<Ro
|
||||
rwa_producttype: () => import("@/views/rwa/productType/index.vue"),
|
||||
rwa_subscribe: () => import("@/views/rwa/subscribe/index.vue"),
|
||||
tokenization_product: () => import("@/views/tokenization/product/index.vue"),
|
||||
tradingpairs: () => import("@/views/tradingPairs/index.vue"),
|
||||
"tokenization_trading-pairs": () => import("@/views/tokenization/trading-pairs/index.vue"),
|
||||
transfer: () => import("@/views/transfer/index.vue"),
|
||||
user_bankcard: () => import("@/views/user/bankcard/index.vue"),
|
||||
user_list: () => import("@/views/user/list/index.vue"),
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -179,7 +179,7 @@ const routeMap: RouteMap = {
|
||||
"rwa_subscribe": "/rwa/subscribe",
|
||||
"tokenization": "/tokenization",
|
||||
"tokenization_product": "/tokenization/product",
|
||||
"tradingpairs": "/tradingpairs",
|
||||
"tokenization_trading-pairs": "/tokenization/trading-pairs",
|
||||
"transfer": "/transfer",
|
||||
"user": "/user",
|
||||
"user_bankcard": "/user/bankcard",
|
||||
|
||||
Reference in New Issue
Block a user