fuliqi
2024-09-30 3b9fb37703d3437012f0acd2b1376d873e4ddbe1
src/views/screen/index.vue
@@ -309,6 +309,7 @@
      })
      .catch((err) => {
      });
    this.getData();
    // 查询数据
    this.intervalId = setInterval(this.getData,  3600000); //一小时一次
  },