增加错误日志
This commit is contained in:
parent
228044b4c9
commit
5ad0421991
@ -334,7 +334,7 @@ export default {
|
||||
);
|
||||
}
|
||||
}
|
||||
}).catch(() => { console.error('操作失败!'); });
|
||||
}).catch((e) => { console.error('操作失败!', e); });
|
||||
} else {
|
||||
this.stopRecording(); // 发送语音
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user