From 802acad69758c01b8403dd25fef0825b07252240 Mon Sep 17 00:00:00 2001 From: "xie.bx" Date: Tue, 22 Nov 2022 16:34:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95=E6=89=8B=E6=9C=BA=E7=AB=AF?= =?UTF-8?q?=E5=BD=95=E9=9F=B3=E5=A4=B1=E8=B4=A5=E7=9A=84=E5=8E=9F=E5=9B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- im-ui/src/components/chat/ChatVoice.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/im-ui/src/components/chat/ChatVoice.vue b/im-ui/src/components/chat/ChatVoice.vue index 223eb49..9bb7363 100644 --- a/im-ui/src/components/chat/ChatVoice.vue +++ b/im-ui/src/components/chat/ChatVoice.vue @@ -61,7 +61,8 @@ this.state = 'RUNNING'; this.stateTip = "正在录音..."; }).catch(error => { - this.$message.error("录音失败"); + console.log(error); + this.$message.error(error); console.log(error); });