From 385009015d65346aded6445bec6eae0125db15e2 Mon Sep 17 00:00:00 2001 From: RenCheng Date: Tue, 4 Mar 2025 19:15:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/fileManage/modules/SliceUpload.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/fileManage/modules/SliceUpload.vue b/src/views/fileManage/modules/SliceUpload.vue index 6746f97..79d7f87 100644 --- a/src/views/fileManage/modules/SliceUpload.vue +++ b/src/views/fileManage/modules/SliceUpload.vue @@ -217,7 +217,7 @@ export default { if (currentRow) { // 当前上传进度归0 currentRow.percentage = 0 - const _20M = 200000000000 * 1024 * 1024 + const _20M = 20 * 1024 * 1024 if (file.size > _20M) { // 20M 以上分片上传 this.uploadByPieces({ // 这里走分片上传逻辑 file, // 文件信息