Browse Source

fix resource center upload file timeout bug (#14268)

3.2.1-prepare
Devosend 1 year ago committed by GitHub
parent
commit
85b581b232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      dolphinscheduler-ui/src/service/modules/resources/index.ts

3
dolphinscheduler-ui/src/service/modules/resources/index.ts

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

Loading…
Cancel
Save