From b63074611cacd3d8998dda4332e712333aa484ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Tue, 29 Oct 2024 17:53:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B94F=20agv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/cs/index2.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/cs/index2.vue b/src/views/cs/index2.vue index 52f8836..f183ef0 100644 --- a/src/views/cs/index2.vue +++ b/src/views/cs/index2.vue @@ -339,6 +339,10 @@ export default { setInterval(()=>{ this.updateAGVLocation(5*1000) },5*1000) + + setInterval(() => { + this.loopIndex = (this.loopIndex + 1) % 26 + }, 1000 * 5) function animate() { requestAnimationFrame(animate) TWEEN.update()