From df0af544efa0060b9b3f12f351f39b7ce96e9f4c Mon Sep 17 00:00:00 2001 From: RenCheng Date: Tue, 4 Mar 2025 19:07:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E6=96=87=E4=BB=B6=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E5=88=86=E7=89=87?= 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 79d7f87..6746f97 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 = 20 * 1024 * 1024 + const _20M = 200000000000 * 1024 * 1024 if (file.size > _20M) { // 20M 以上分片上传 this.uploadByPieces({ // 这里走分片上传逻辑 file, // 文件信息