mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-23 12:07:38 +00:00
perf: 修改文件上传超时时间
This commit is contained in:
@@ -90,7 +90,7 @@ export default {
|
||||
form,
|
||||
{
|
||||
headers: { 'Content-Type': 'multipart/form-data' },
|
||||
timeout: 10 * 60 * 1000,
|
||||
timeout: 60 * 60 * 1000,
|
||||
disableFlashErrorMsg: true,
|
||||
params: { update: true }
|
||||
}
|
||||
|
Reference in New Issue
Block a user