From 88db766337663152b329b8e7134b1d05f0a8212b Mon Sep 17 00:00:00 2001 From: buvta <12312540+buvta@users.noreply.github.com> Date: Wed, 30 Dec 2020 19:32:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8F=90=E7=A4=BA=EF=BC=8C?= =?UTF-8?q?=E9=81=BF=E5=85=8D=E8=B0=83=E7=94=A8=E8=A7=A3=E6=9E=90=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=93=8D=E5=BA=94=E6=85=A2=E6=97=B6=E5=B0=B4=E5=B0=AC?= =?UTF-8?q?=E7=A9=BA=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Play.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Play.vue b/src/components/Play.vue index 27acd8a..104a21d 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -632,6 +632,7 @@ export default { if (playlist.every(e => e.split('$')[1].endsWith('.m3u8'))) this.exportablePlaylist = true if (!url.endsWith('.m3u8') && !url.endsWith('.mp4')) { const currentSite = await sites.find({ key: this.video.key }) + this.$message.info('即将调用解析接口播放,请等待...') if (currentSite.jiexiUrl) { this.onlineUrl = currentSite.jiexiUrl + url } else {