🐛 Fix: fix S3 deletion endpoint parse bug

This commit is contained in:
萌萌哒赫萝
2023-02-17 15:42:49 +08:00
parent 02633513df
commit 7f7f400ce9
4 changed files with 19 additions and 12 deletions

View File

@@ -446,6 +446,7 @@ function remove (item: ImgInfo) {
}, 0)
}
}
console.log(file)
sendToMain('removeFiles', [file])
const obj = {
title: $T('OPERATION_SUCCEED'),