fix: handleLoadFileFromLink's transfer method incorrect (#11197)

This commit is contained in:
非法操作 2024-11-29 09:37:50 +08:00 committed by GitHub
parent 2feb44e2c5
commit d3af0e9090
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -211,7 +211,7 @@ export const useFile = (fileConfig: FileUpload) => {
type: '',
size: 0,
progress: 0,
transferMethod: TransferMethod.local_file,
transferMethod: TransferMethod.remote_url,
supportFileType: '',
url,
isRemote: true,