From 84d20b7fbba73db2110a4462891a24dd36bcfe44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=9A=E9=A3=8E=E6=8B=82=E6=9F=B3=E9=A2=9C?= <434857005@qq.com> Date: Thu, 11 May 2023 17:36:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=97=85=E6=8E=A2=E9=80=BB=E8=BE=91=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/version.txt | 2 +- templates/cms/mxpro/detailContent.html | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/js/version.txt b/js/version.txt index 623c168..2752475 100644 --- a/js/version.txt +++ b/js/version.txt @@ -1 +1 @@ -3.9.41beta24 \ No newline at end of file +3.9.41beta25 \ No newline at end of file diff --git a/templates/cms/mxpro/detailContent.html b/templates/cms/mxpro/detailContent.html index 39feb9f..577ca9c 100644 --- a/templates/cms/mxpro/detailContent.html +++ b/templates/cms/mxpro/detailContent.html @@ -253,7 +253,9 @@ const app = createApp({ if(!res.data.parse&&res.data.url){ console.log(ctx.value); iframeSrc.value = ctx.value.path+'?url='+res.data.url; - }else if(res.data.parse&&res.data.url){ + }else if(/url=/.test(res.data.url)){ + iframeSrc.value = res.data.url; + } else if((res.data.parse||res.data.jx)&&res.data.url){ console.log(ctx.value); iframeSrc.value = res.data.url; if(confirm('该视频来自其它正版地址,drpy网页暂未实现解析功能,是否跳到正版站通过油猴插件等手段播放?')){