From 04f20eabfd0630e125ce55438a3ef13932b0e976 Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Wed, 25 Feb 2026 08:36:11 +0800 Subject: [PATCH] =?UTF-8?q?Upload=E7=A7=BB=E9=99=A4console?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Upload/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Upload/index.js b/src/components/Upload/index.js index 0906cda..8b1207d 100644 --- a/src/components/Upload/index.js +++ b/src/components/Upload/index.js @@ -141,7 +141,6 @@ const Upload = (props) => { // 文件状态改变 const handleChange = ({ fileList }) => { - console.log(fileList); const acceptList = accept ? accept.split(",") : []; const ratioArr = ratio ? ratio.split("*") : []; const maxSize = size * 1024 * 1024;