fuliqi
2024-09-30 3b9fb37703d3437012f0acd2b1376d873e4ddbe1
大屏先发送一次数据请求
1个文件已修改
1 ■■■■ 已修改文件
src/views/screen/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/screen/index.vue
@@ -309,6 +309,7 @@
      })
      .catch((err) => {
      });
    this.getData();
    // 查询数据
    this.intervalId = setInterval(this.getData,  3600000); //一小时一次
  },