feat: 表单编辑器magic-api调用不会弹框,而是以图标闪烁的形式显示
This commit is contained in:
2
types/axios.d.ts
vendored
2
types/axios.d.ts
vendored
@ -25,6 +25,8 @@ export interface RequestOptions {
|
||||
withToken?: boolean;
|
||||
// 请求重试机制
|
||||
retryRequest?: RetryRequest;
|
||||
// 在表单设计器中隐藏错误信息
|
||||
ignoreErrorInEditor?: boolean;
|
||||
}
|
||||
|
||||
export interface RetryRequest {
|
||||
|
||||
Reference in New Issue
Block a user