소스 검색

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

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);
 				});