From 76ed091c7866de5f982765e170e682be5cba0c0e Mon Sep 17 00:00:00 2001 From: buvta <12312540+buvta@users.noreply.github.com> Date: Tue, 10 Nov 2020 14:34:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88IPTV=E6=A3=80=E6=B5=8B?= =?UTF-8?q?=E6=97=B6=E7=9A=84=E6=92=AD=E6=94=BE=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/IPTV.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/IPTV.vue b/src/components/IPTV.vue index 77fbb9c..4f6372a 100644 --- a/src/components/IPTV.vue +++ b/src/components/IPTV.vue @@ -225,10 +225,6 @@ export default { this.updateDatabase() }, playEvent (e) { - if (this.checkAllChannelsLoading) { - this.$message.info('正在检测, 请勿操作.') - return false - } this.video = { iptv: { name: e.name, url: e.url } } this.view = 'Play' },