style: sgwc导出超时180s
This commit is contained in:
@@ -38,6 +38,6 @@ export function exportSGWCDataCDR(query: Record<string, any>) {
|
|||||||
method: 'GET',
|
method: 'GET',
|
||||||
params: query,
|
params: query,
|
||||||
responseType: 'blob',
|
responseType: 'blob',
|
||||||
timeout: 60_000,
|
timeout: 180_000,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user