修改第三方播放路径为 Gitee.

This commit is contained in:
Hunlongyu
2021-01-18 10:28:01 +08:00
parent 3184147910
commit 85a39d67ce

View File

@@ -960,7 +960,7 @@ export default {
this.$message.error('请设置第三方播放器路径')
// 在线播放该视频
if (playlistUrls[this.video.info.index].endsWith('.m3u8')) {
const link = 'https://www.m3u8play.com/?play=' + playlistUrls[this.video.info.index]
const link = 'http://hunlongyu.gitee.io/zy-player-web?url=' + playlistUrls[this.video.info.index] + '&name=' + this.video.info.name
const open = require('open')
open(link)
}