瀏覽代碼

调试手机端录音失败的原因

xie.bx 3 年之前
父節點
當前提交
802acad697
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      im-ui/src/components/chat/ChatVoice.vue

+ 2 - 1
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);
 				});