From 2d2b92848ab6daf6cd790da19986a799635834a7 Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Tue, 21 Oct 2025 15:56:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 0690310..7a64948 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -649,10 +649,6 @@ const setItemsId = (e) => { const radarWorkState = ref(0) // 车辆位置 const boxPos = ref({x: 100, y: 150, rotate: 0}) -setInterval(() => { - // boxPos.value.x += ((-1) + Math.ceil(Math.random() * 2)) - boxPos.value.y += ((-8) + Math.ceil(Math.random() * 10)) -}, 1000) // 左侧区域宽高 const areaData = ref({ width: 500, @@ -679,7 +675,6 @@ const dots = ref([ // x: 125, // y: 125 // } - {x: 100, y: 100, index: 0}, {x: 100, y: 110, index: 1} ]) // 当前的目标障碍物 const dotIndex = ref(-1)