panlinlin
2020-12-31 a25f7e4f99401f842d9a0129d35011fa11930e9e
web_src/src/components/channelList.vue
@@ -104,7 +104,7 @@
    mounted() {
        this.initData();
        this.updateLooper = setInterval(this.initData, 10000);
        this.updateLooper = setInterval(this.initData, 1000);
    },
    destroyed() {
        this.$destroy('videojs');