From 5432d0f5231d2834e2e1a2909ae4a028ed92751e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Mon, 4 Nov 2024 15:42:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/cs/index3.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/cs/index3.vue b/src/views/cs/index3.vue index 5a7bf92..a7106ba 100644 --- a/src/views/cs/index3.vue +++ b/src/views/cs/index3.vue @@ -126,6 +126,9 @@ export default { }, mounted() { this.getData() + setInterval(()=>{ + this.getData() + },5 * 1000) }, methods: { getData() {