fix resource center upload file timeout bug (#14268)
This commit is contained in:
parent
18d176c5f4
commit
85b581b232
|
|
@ -79,7 +79,8 @@ export function createResource(
|
|||
return axios({
|
||||
url: '/resources',
|
||||
method: 'post',
|
||||
data
|
||||
data,
|
||||
timeout: 0
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue