林旭祥 hace 1 semana
padre
commit
c3da4ab73f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/game/index.vue

+ 1 - 0
src/views/game/index.vue

@@ -452,6 +452,7 @@ onMounted(() => {
 });
 
 onBeforeUnmount(() => {
+  speckCancel();
   closeWS();
 });
 </script>