fix: 增加多个导出操作的超时时间至180秒
This commit is contained in:
@@ -38,7 +38,7 @@ export function exportMMEDataUE(data: Record<string, any>) {
|
||||
method: 'post',
|
||||
data,
|
||||
responseType: 'blob',
|
||||
timeout: 60_000,
|
||||
timeout: 180_000,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user