diff --git a/ui/src/components/ai-chat/component/operation-button/ChatOperationButton.vue b/ui/src/components/ai-chat/component/operation-button/ChatOperationButton.vue index 0c69360a2..4c6d02d7c 100644 --- a/ui/src/components/ai-chat/component/operation-button/ChatOperationButton.vue +++ b/ui/src/components/ai-chat/component/operation-button/ChatOperationButton.vue @@ -536,6 +536,8 @@ onMounted(() => { }) }) onBeforeUnmount(() => { + bus.off('change:answer') + bus.off('play:pause') if (audioManage.value) { audioManage.value.pause() }