更新 MediaDetailView.vue

This commit is contained in:
jxxghp
2024-01-03 21:11:56 +08:00
committed by GitHub
parent 24a37fc33c
commit 9e8c3b495c

View File

@@ -424,7 +424,7 @@ async function handlePlay() {
`mediaserver/play/${existsItemId.value}`,
)
if (result?.success)
window.open(result.data?.url, '_blank')
window.open(result.data?.url, '_blank', "noopener,noreferrer")
else
$toast.error(`获取播放链接失败:${result.message}`)
}