feat: 新增代币化管理功能,包括代币化产品的添加、编辑和列表展示

This commit is contained in:
2026-01-07 16:16:55 +07:00
parent 5f9d639599
commit 0e20480565
12 changed files with 412 additions and 96 deletions

View File

@@ -26,6 +26,7 @@ export const views: Record<LastLevelRouteKey, RouteComponent | (() => Promise<Ro
rwa_product: () => import("@/views/rwa/product/index.vue"),
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"),
transfer: () => import("@/views/transfer/index.vue"),
user_bank: () => import("@/views/user/bank/index.vue"),