From 85a39d67ce54d5517bf68114b908061a8d42d1ce Mon Sep 17 00:00:00 2001 From: Hunlongyu Date: Mon, 18 Jan 2021 10:28:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AC=AC=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E6=92=AD=E6=94=BE=E8=B7=AF=E5=BE=84=E4=B8=BA=20Gitee.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Play.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Play.vue b/src/components/Play.vue index bd7d399..e93b221 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -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) }