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 cd486aa652
commit 010ea7ac6b
1 changed files with 2 additions and 1 deletions

View File

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