提交更改

This commit is contained in:
RenCheng 2025-03-04 19:15:38 +08:00
parent df0af544ef
commit 385009015d

View File

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