mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-01 18:17:46 +00:00
站内支持API接口地址切换 (#3162)
* feat: 站内切换接口API * feat: 站内切换接口API * feat: 站内支持API接口地址切换,解决冲突,新增开关显示 (cherry picked from commit c6d60b6cfd50bf8e19233a21640ecf1d41c01cc8)
This commit is contained in:
1
types/config.d.ts
vendored
1
types/config.d.ts
vendored
@@ -57,6 +57,7 @@ export interface HeaderSetting {
|
||||
// Show message center button
|
||||
showNotice: boolean;
|
||||
showSearch: boolean;
|
||||
showApi: boolean;
|
||||
}
|
||||
|
||||
export interface LocaleSetting {
|
||||
|
5
types/store.d.ts
vendored
5
types/store.d.ts
vendored
@@ -10,6 +10,11 @@ export interface LockInfo {
|
||||
isLock?: boolean;
|
||||
}
|
||||
|
||||
export interface ApiAddress {
|
||||
key: string;
|
||||
val: string;
|
||||
}
|
||||
|
||||
// Error-log information
|
||||
export interface ErrorLogInfo {
|
||||
// Type of error
|
||||
|
Reference in New Issue
Block a user