大屏先发送一次数据请求
src/views/screen/index.vue @@ -309,6 +309,7 @@ }) .catch((err) => { }); this.getData(); // 查询数据 this.intervalId = setInterval(this.getData, 3600000); //一小时一次 },