feat: 重命名交易对管理为代币化交易对管理,并新增交易对的添加和编辑功能

This commit is contained in:
2026-01-07 17:16:57 +07:00
parent c9c2288c2a
commit 7fd004e4d2
9 changed files with 15 additions and 17 deletions

View File

@@ -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"),