feat: 新增交易对管理功能,包括添加交易对的组件和视图;更新相关路由和类型定义
This commit is contained in:
3
src/typings/elegant-router.d.ts
vendored
3
src/typings/elegant-router.d.ts
vendored
@@ -29,6 +29,7 @@ declare module "@elegant-router/types" {
|
||||
"rwa_product": "/rwa/product";
|
||||
"rwa_producttype": "/rwa/producttype";
|
||||
"rwa_subscribe": "/rwa/subscribe";
|
||||
"tradingpairs": "/tradingpairs";
|
||||
"transfer": "/transfer";
|
||||
"user": "/user";
|
||||
"user_bank": "/user/bank";
|
||||
@@ -77,6 +78,7 @@ declare module "@elegant-router/types" {
|
||||
| "iframe-page"
|
||||
| "login"
|
||||
| "rwa"
|
||||
| "tradingpairs"
|
||||
| "transfer"
|
||||
| "user"
|
||||
| "withdraw"
|
||||
@@ -106,6 +108,7 @@ declare module "@elegant-router/types" {
|
||||
| "rwa_product"
|
||||
| "rwa_producttype"
|
||||
| "rwa_subscribe"
|
||||
| "tradingpairs"
|
||||
| "transfer"
|
||||
| "user_bank"
|
||||
| "user_bankcard"
|
||||
|
||||
Reference in New Issue
Block a user