style: sgwc导出超时180s

This commit is contained in:
TsMask
2025-08-19 16:07:43 +08:00
parent 91ce2d7737
commit 54468e2728

View File

@@ -38,6 +38,6 @@ export function exportSGWCDataCDR(query: Record<string, any>) {
method: 'GET',
params: query,
responseType: 'blob',
timeout: 60_000,
timeout: 180_000,
});
}