修改显示

main
suixy 2 months ago
parent 93e4288993
commit 2d2b92848a

@ -649,10 +649,6 @@ const setItemsId = (e) => {
const radarWorkState = ref(0) const radarWorkState = ref(0)
// //
const boxPos = ref({x: 100, y: 150, rotate: 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({ const areaData = ref({
width: 500, width: 500,
@ -679,7 +675,6 @@ const dots = ref([
// x: 125, // x: 125,
// y: 125 // y: 125
// } // }
{x: 100, y: 100, index: 0}, {x: 100, y: 110, index: 1}
]) ])
// //
const dotIndex = ref(-1) const dotIndex = ref(-1)

Loading…
Cancel
Save