修复通道列表刷新导致页数回退的BUG

This commit is contained in:
lin
2025-04-03 09:08:46 +08:00
parent b348b2d3a9
commit 693cbf0efb

View File

@@ -167,7 +167,7 @@ export default {
},
mounted() {
this.initData();
this.updateLooper = setInterval(this.initData, 10000);
this.updateLooper = setInterval(this.getDeviceList, 10000);
},
destroyed() {
this.$destroy('videojs');