mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: correct error handling in URL processing function
This commit is contained in:
parent
44ff544e35
commit
1d2919094b
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue