Merge remote-tracking branch 'origin/test'
This commit is contained in:
commit
cf94b2570d
@ -272,6 +272,9 @@ export default {
|
||||
this.microphone = null;
|
||||
this.recordSending = false;
|
||||
this.recorders = null;
|
||||
if (this.$store.state.trainingNew.trainingSwitch) {
|
||||
this.$store.dispatch('trainingNew/handleMatchVoice', {content: 'false'});
|
||||
}
|
||||
}
|
||||
},
|
||||
// 停止录制 发送语音
|
||||
|
Loading…
Reference in New Issue
Block a user