关闭文件上传分片

This commit is contained in:
RenCheng 2025-03-04 19:07:11 +08:00
parent 3dcbc025f2
commit df0af544ef

View File

@ -217,7 +217,7 @@ export default {
if (currentRow) {
// 0
currentRow.percentage = 0
const _20M = 20 * 1024 * 1024
const _20M = 200000000000 * 1024 * 1024
if (file.size > _20M) { // 20M
this.uploadByPieces({ //
file, //