|
@@ -66,10 +66,10 @@ async function initDefaultAudio() {
|
|
|
//相同URL的再次播放
|
|
|
if (unref(currentPlayer).isPlaying) {
|
|
|
console.log("相同URL切换时在播放");
|
|
|
- unref(currentPlayer).resume();
|
|
|
} else {
|
|
|
console.log("相同URL切换时暂停");
|
|
|
}
|
|
|
+ unref(currentPlayer).resume();
|
|
|
}
|
|
|
}
|
|
|
} else {
|