From 0492307fb90331185e77e591a4e9e6cada5d5bf2 Mon Sep 17 00:00:00 2001 From: RenCheng Date: Sun, 22 Jun 2025 16:14:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=BC=95=E6=96=87=E4=BB=B6=E5=88=86?= =?UTF-8?q?=E7=89=87=E6=94=B9=E4=B8=BA60?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/datalink/modules/SliceUpload.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/datalink/modules/SliceUpload.vue b/src/views/datalink/modules/SliceUpload.vue index 4cad633..5293a5e 100644 --- a/src/views/datalink/modules/SliceUpload.vue +++ b/src/views/datalink/modules/SliceUpload.vue @@ -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) => {