From 9571f4744f235d3c01825ae9074b36fe61522b20 Mon Sep 17 00:00:00 2001 From: fxxian Date: Mon, 8 Apr 2024 17:07:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E6=97=B6=E6=9B=B4=E6=96=B0detail?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/counter/detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/counter/detail.vue b/src/views/counter/detail.vue index 419e0f4..ed0084c 100644 --- a/src/views/counter/detail.vue +++ b/src/views/counter/detail.vue @@ -203,7 +203,7 @@ export default { mounted() { this.timer = setInterval(() => { this.getDevices({ device_id: this.device_id }) - }, 5000) + }, 30 * 1000) }, methods: { getDeviceLogsHistory(params) {