@@ -199,6 +199,7 @@ function playVoice(val) {
innerAudioContext.value.play();
}
onUnmounted(() => {
+ clearInterval(timer.value)
innerAudioContext.value.stop();
})
</script>