perf: 修改文件上传超时时间

This commit is contained in:
wangruidong
2023-12-27 18:47:09 +08:00
committed by w940853815
parent fba2f77874
commit ea48b6ebf3

View File

@@ -90,7 +90,7 @@ export default {
form, form,
{ {
headers: { 'Content-Type': 'multipart/form-data' }, headers: { 'Content-Type': 'multipart/form-data' },
timeout: 10 * 60 * 1000, timeout: 60 * 60 * 1000,
disableFlashErrorMsg: true, disableFlashErrorMsg: true,
params: { update: true } params: { update: true }
} }