接引文件分片改为60

This commit is contained in:
RenCheng 2025-06-22 16:14:42 +08:00
parent 62f73281cc
commit 0492307fb9

View File

@ -229,7 +229,7 @@ export default {
if (currentRow) {
// 0
currentRow.percentage = 0
const _20M = 20 * 1024 * 1024 //
const _20M = 60 * 1024 * 1024 //
let that =this;
this.getMd5(file,file.size)
.then((res) => {