diff --git a/resources/assets/js/pages/manage/components/ChatInput/index.vue b/resources/assets/js/pages/manage/components/ChatInput/index.vue index 4d01b33ca..670548725 100755 --- a/resources/assets/js/pages/manage/components/ChatInput/index.vue +++ b/resources/assets/js/pages/manage/components/ChatInput/index.vue @@ -749,6 +749,7 @@ export default { startRecord() { if (this.sendClass === 'recorder') { + Store.set('audioSubscribe', true); this.recordDuration = 0; this.recordState = "ready"; this.$nextTick(_ => {