From 7695b6376d0dc70a27424202a3837c12c3411031 Mon Sep 17 00:00:00 2001 From: hunlongyu Date: Tue, 28 Apr 2020 10:48:59 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=BB=20=E4=BF=AE=E6=94=B9=E5=88=86?= =?UTF-8?q?=E4=BA=AB=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Share.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Share.vue b/src/components/Share.vue index 4d019ff..ae3a9d3 100644 --- a/src/components/Share.vue +++ b/src/components/Share.vue @@ -70,7 +70,7 @@ export default { this.card.name = this.share.v.name const urls = res.m3u8_urls const url = urls[this.share.v.index].split('$')[1] - this.value = 'http://m3u8.hunlongyu.fun/?url=' + url + '&title=' + this.share.v.name + this.value = 'http://zyplayer.fun/player/player.html?url=' + url + '&title=' + this.share.v.name this.loading = false this.$nextTick(() => { const dom = document.getElementById('share')