feat: 重命名交易对管理为代币化交易对管理,并新增交易对的添加和编辑功能
This commit is contained in:
5
src/typings/elegant-router.d.ts
vendored
5
src/typings/elegant-router.d.ts
vendored
@@ -33,7 +33,7 @@ declare module "@elegant-router/types" {
|
||||
"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";
|
||||
@@ -84,7 +84,6 @@ declare module "@elegant-router/types" {
|
||||
| "login"
|
||||
| "rwa"
|
||||
| "tokenization"
|
||||
| "tradingpairs"
|
||||
| "transfer"
|
||||
| "user"
|
||||
| "withdraw"
|
||||
@@ -117,7 +116,7 @@ declare module "@elegant-router/types" {
|
||||
| "rwa_producttype"
|
||||
| "rwa_subscribe"
|
||||
| "tokenization_product"
|
||||
| "tradingpairs"
|
||||
| "tokenization_trading-pairs"
|
||||
| "transfer"
|
||||
| "user_bankcard"
|
||||
| "user_list"
|
||||
|
||||
Reference in New Issue
Block a user