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' },