mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-02 04:08:31 +08:00
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
Block a user