fix: 个别接口超时时间60秒

This commit is contained in:
TsMask
2023-11-01 17:43:31 +08:00
parent d16d044a7e
commit 150f547e50
4 changed files with 9 additions and 0 deletions

View File

@@ -67,5 +67,6 @@ export function uploadLicense(data: FormData) {
method: 'post',
data,
dataType: 'form-data',
timeout: 60 * 1000,
});
}