From 03ec267c1f6cb8d39e58cf73c444cbd979057755 Mon Sep 17 00:00:00 2001 From: buvta <12312540+buvta@users.noreply.github.com> Date: Tue, 19 Jan 2021 16:29:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9jiexiURL=E5=BA=94=E5=AF=B9?= =?UTF-8?q?=E6=BA=90=E8=87=AA=E5=B8=A6=E8=A7=A3=E6=9E=90=E7=9A=84=E6=83=85?= =?UTF-8?q?=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/EditSites.vue | 2 +- src/components/Play.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/EditSites.vue b/src/components/EditSites.vue index 791a674..42e93da 100644 --- a/src/components/EditSites.vue +++ b/src/components/EditSites.vue @@ -95,7 +95,7 @@ - + diff --git a/src/components/Play.vue b/src/components/Play.vue index dedd6ae..d83a16b 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -646,7 +646,7 @@ export default { const currentSite = await sites.find({ key: this.video.key }) this.$message.info('即将调用解析接口播放,请等待...') if (currentSite.jiexiUrl) { - this.onlineUrl = currentSite.jiexiUrl + url + this.onlineUrl = currentSite.jiexiUrl === 'true' ? url : currentSite.jiexiUrl + url } else { this.onlineUrl = 'https://jx.7kjx.com/?url=' + url }