fix: 个别接口超时时间60秒
This commit is contained in:
@@ -67,5 +67,6 @@ export function uploadLicense(data: FormData) {
|
||||
method: 'post',
|
||||
data,
|
||||
dataType: 'form-data',
|
||||
timeout: 60 * 1000,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user