zhangjie 6 月之前
父節點
當前提交
2239a8dab9
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      src/components/vEditor/components/TtsDialog.vue

+ 0 - 3
src/components/vEditor/components/TtsDialog.vue

@@ -79,9 +79,6 @@ export default {
       this.blob = null;
     },
     closed() {
-      if (this.status === "PLAY") {
-        this.ttsVoice?.audioPlayer?.stop();
-      }
       this.ttsVoice?.reset();
     },
     cancel() {