diff --git a/src/views/designPlatform/voiceCommand.vue b/src/views/designPlatform/voiceCommand.vue index 2f4bdb81d..a9071490c 100644 --- a/src/views/designPlatform/voiceCommand.vue +++ b/src/views/designPlatform/voiceCommand.vue @@ -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) {