修改分片逻辑

This commit is contained in:
RenCheng 2025-03-04 19:37:59 +08:00
parent 290988a2e8
commit 46590b2af1

View File

@ -281,7 +281,8 @@ export default {
}
try {
const res = await verifyFileExist({ fileMD5Value })
if (res.exist) { //
console.log(res);
if (res.result.exist) { //
currentRow.percentage = 100
currentRow.uploadStatus = 2
currentRow.result = res