feat: 表单编辑器magic-api调用不会弹框,而是以图标闪烁的形式显示

This commit is contained in:
gaoyunqi
2024-03-27 16:42:01 +08:00
parent 46b36b1c92
commit f4adcd3dff
8 changed files with 114 additions and 7 deletions

2
types/axios.d.ts vendored
View File

@ -25,6 +25,8 @@ export interface RequestOptions {
withToken?: boolean;
// 请求重试机制
retryRequest?: RetryRequest;
// 在表单设计器中隐藏错误信息
ignoreErrorInEditor?: boolean;
}
export interface RetryRequest {