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

@@ -30,6 +30,8 @@ declare module "@elegant-router/types" {
"rwa_product": "/rwa/product";
"rwa_producttype": "/rwa/producttype";
"rwa_subscribe": "/rwa/subscribe";
"tokenization": "/tokenization";
"tokenization_product": "/tokenization/product";
"tradingpairs": "/tradingpairs";
"transfer": "/transfer";
"user": "/user";
@@ -80,6 +82,7 @@ declare module "@elegant-router/types" {
| "iframe-page"
| "login"
| "rwa"
| "tokenization"
| "tradingpairs"
| "transfer"
| "user"
@@ -111,6 +114,7 @@ declare module "@elegant-router/types" {
| "rwa_product"
| "rwa_producttype"
| "rwa_subscribe"
| "tokenization_product"
| "tradingpairs"
| "transfer"
| "user_bank"