fix resource center upload file timeout bug (#14268)

(cherry picked from commit 85b581b232)
This commit is contained in:
Devosend 2023-06-02 21:15:13 +08:00 committed by Jay Chung
parent d049c668d6
commit 77a967cc56
1 changed files with 2 additions and 1 deletions

View File

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