Merge branch 'master' into dev/前端页面修改

This commit is contained in:
lin
2025-04-09 16:50:42 +08:00
17 changed files with 86 additions and 18 deletions

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');