修改分片逻辑
This commit is contained in:
parent
46590b2af1
commit
d832984763
|
@ -285,7 +285,7 @@ export default {
|
|||
if (res.result.exist) { // 跳过文件验证逻辑
|
||||
currentRow.percentage = 100
|
||||
currentRow.uploadStatus = 2
|
||||
currentRow.result = res
|
||||
currentRow.result = res.result
|
||||
} else { // 未存在,走上传逻辑
|
||||
const formData = this.buildFileFormData(file.name, file.size, fileMD5Value, 0, 0, file, false,fileMD5Value)
|
||||
const url = '/fileDataLink/uploadFile'
|
||||
|
|
Loading…
Reference in New Issue
Block a user