Explorar o código

关闭 audioContext

Michael Wang %!s(int64=5) %!d(string=hai) anos
pai
achega
d3b39313cb
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/features/OnlineExam/Examing/QuestionAudio.vue

+ 4 - 0
src/features/OnlineExam/Examing/QuestionAudio.vue

@@ -67,6 +67,10 @@ export default {
   },
   beforeDestroy() {
     this.source && this.source.stop();
+    if (this.context) {
+      this.context.close();
+      this.context = null;
+    }
   },
   methods: {
     formatTime(seconds) {