From 28faeb959d8c3c22ea2c59ef125b442aba72b7f7 Mon Sep 17 00:00:00 2001 From: Leo <98382335+gaoziman@users.noreply.github.com> Date: Tue, 8 Jul 2025 22:48:58 +0800 Subject: [PATCH] =?UTF-8?q?docs(file):=20=E6=B8=85=E7=90=86=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=8A=E4=BC=A0=E5=8A=9F=E8=83=BD=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除uploadFile调用中的冗余注释"使用2MB限制" - 保持注释简洁明了,避免重复信息 - 统一代码注释风格 --- src/views/system/file/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/file/index.vue b/src/views/system/file/index.vue index 5e41b11..19195c8 100644 --- a/src/views/system/file/index.vue +++ b/src/views/system/file/index.vue @@ -758,7 +758,7 @@ async function customUpload({ file, onProgress, onFinish, onError }: any) { // 设置进度 onProgress({ percent: 10 }) - // 调用上传API - 使用2MB限制 + // 调用上传API await uploadFile(fileObj, folderName, 2, '-1') // 设置完成进度