fix: correct error handling in URL processing function

This commit is contained in:
wxg0103 2025-12-03 14:03:17 +08:00
parent 44ff544e35
commit 1d2919094b

View File

@ -583,6 +583,7 @@ const uploadFile = async (file: any, fileList: any) => {
inner.file_id = split_path[split_path.length - 1]
delete filePromisionDict.value[file.uid]
})
showURLSetting.value = false
}
//
const handlePaste = (event: ClipboardEvent) => {