From a6b6407679f2c2258309522bf3e192fae9d1c78f Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Mon, 21 Dec 2020 12:24:02 +0100 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E7=94=A87K=E6=8E=A5=E5=8F=A3?= 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 0b76cb7..b2bd170 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -574,7 +574,7 @@ export default { this.fetchM3u8List().then(m3u8Arr => { const url = m3u8Arr[index] if (!m3u8Arr[index].endsWith('.m3u8')) { - const onlineUrl = 'https://www.1717yun.com/jiexi/?url=' + url + const onlineUrl = 'https://jx.7kjx.com/?url=' + url const open = require('open') open(onlineUrl) } else {