修改分片逻辑
This commit is contained in:
parent
290988a2e8
commit
46590b2af1
|
@ -281,7 +281,8 @@ export default {
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
const res = await verifyFileExist({ fileMD5Value })
|
const res = await verifyFileExist({ fileMD5Value })
|
||||||
if (res.exist) { // 跳过文件验证逻辑
|
console.log(res);
|
||||||
|
if (res.result.exist) { // 跳过文件验证逻辑
|
||||||
currentRow.percentage = 100
|
currentRow.percentage = 100
|
||||||
currentRow.uploadStatus = 2
|
currentRow.uploadStatus = 2
|
||||||
currentRow.result = res
|
currentRow.result = res
|
||||||
|
|
Loading…
Reference in New Issue
Block a user