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