From 401f3efce63113a770efcec2637f788e19f6a7e7 Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Wed, 29 Oct 2025 17:54:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=9A=9C=E7=A2=8D=E7=89=A9?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index cac7f23..e628a60 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -622,7 +622,7 @@
- +
@@ -922,9 +922,6 @@ const handleCameraChange = (e) => { raw: file }) - // 调用 el-upload 的上传逻辑 - uploadRef.value?.uploadFiles.push(file) - uploadRef.value?.submit() // 重置 input e.target.value = ''