feat: 新增代币化管理功能,包括代币化产品的添加、编辑和列表展示
This commit is contained in:
4
src/typings/elegant-router.d.ts
vendored
4
src/typings/elegant-router.d.ts
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user