feat: 新增交易对管理功能,包括添加交易对的组件和视图;更新相关路由和类型定义
This commit is contained in:
2
src/typings/components.d.ts
vendored
2
src/typings/components.d.ts
vendored
@@ -59,6 +59,7 @@ declare module 'vue' {
|
||||
NEmpty: typeof import('naive-ui')['NEmpty']
|
||||
NForm: typeof import('naive-ui')['NForm']
|
||||
NFormItem: typeof import('naive-ui')['NFormItem']
|
||||
NFormItemGi: typeof import('naive-ui')['NFormItemGi']
|
||||
NGi: typeof import('naive-ui')['NGi']
|
||||
NGrid: typeof import('naive-ui')['NGrid']
|
||||
NInput: typeof import('naive-ui')['NInput']
|
||||
@@ -148,6 +149,7 @@ declare global {
|
||||
const NEmpty: typeof import('naive-ui')['NEmpty']
|
||||
const NForm: typeof import('naive-ui')['NForm']
|
||||
const NFormItem: typeof import('naive-ui')['NFormItem']
|
||||
const NFormItemGi: typeof import('naive-ui')['NFormItemGi']
|
||||
const NGi: typeof import('naive-ui')['NGi']
|
||||
const NGrid: typeof import('naive-ui')['NGrid']
|
||||
const NInput: typeof import('naive-ui')['NInput']
|
||||
|
||||
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