语音指令识别错误提示

This commit is contained in:
fan 2022-10-24 16:44:15 +08:00
parent 42b17a0217
commit 20354a0389

View File

@ -125,7 +125,7 @@ export default {
})
.catch(e => {
console.log(e);
that.$message.error('语音指令发送失败: ' + e.message);
that.$message.error('未识别到正确指令,请重试!');
that.audioPlay = false;
});
if (that.microphone) {