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