gemercheung 1 rok pred
rodič
commit
b71c7270b6

+ 1 - 1
packages/qjkankan-view/src/hooks/useAudio.js

@@ -83,7 +83,7 @@ async function initDefaultAudio() {
           unref(currentPlayer).stop();
         }
         if (isSwitch) {
-          currentPlayer.value = null;
+          unref(currentPlayer)._src = "";
         }
       }
     },