feat: 直接粘贴视频上传功能

This commit is contained in:
zhanzhenping
2024-07-05 09:57:03 +08:00
parent f78b65424a
commit a7eccd2a83
6 changed files with 18 additions and 11 deletions

View File

@@ -508,7 +508,6 @@
}
}).on("uploadSuccess",function (file, res) {
for(var index in window.vueApp.lists){
var item = window.vueApp.lists[index];
if(item.attachment_id === file.id){