From 87af3766d9c392558e691d57679972c2d17b0db8 Mon Sep 17 00:00:00 2001 From: tone <3341154833@qq.com> Date: Tue, 8 Oct 2024 12:57:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=A4=B1=E8=B4=A5=E5=8E=9F=E5=9B=A0=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tonecn/src/components/Console/FileOnline.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/tonecn/src/components/Console/FileOnline.vue b/tonecn/src/components/Console/FileOnline.vue index dbda481..834a227 100644 --- a/tonecn/src/components/Console/FileOnline.vue +++ b/tonecn/src/components/Console/FileOnline.vue @@ -196,6 +196,7 @@ const uploadFile = async () => { await OSSClient.multipartUpload(name, i.raw, options); } catch (error) { i.status = 'fail'; + ElMessage.error(`上传失败 ${error}`) } } ElMessage.success(`${uploadSuccessCount} 个文件上传完成`);