fix resource center upload file timeout bug (#14268)

This commit is contained in:
Devosend 2023-06-02 21:15:13 +08:00 committed by GitHub
parent 18d176c5f4
commit 85b581b232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,8 @@ export function createResource(
return axios({
url: '/resources',
method: 'post',
data
data,
timeout: 0
})
}