This commit is contained in:
jxxghp
2024-01-03 21:30:00 +08:00
parent ecb9c4e51a
commit fb976f043b

View File

@@ -430,7 +430,7 @@ async function handlePlay() {
a.target = '_blank'
document.body.appendChild(a)
a.click()
document.body.removeChild(a)
a.remove()
}
else { $toast.error(`获取播放链接失败:${result.message}`) }
}