From 8588964f77d081c0b7b9d8f68d1d86aea98d8dff Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Fri, 10 Oct 2025 17:53:19 +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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/index.vue b/src/views/index.vue index bc26a92..b78c40d 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -38,7 +38,7 @@ const scaleRatio = ref(window.innerWidth / 1080) const onSubmit = (e) => { console.log(e) } -const boxPos = ref({x: 100, y: 100, rotate: 30}) +const boxPos = ref({x: 100, y: 100, rotate: 0}) const TOP = defineComponent({ name: 'TOP', @@ -776,6 +776,8 @@ const processData = (data) => { lon: data.Longitude, lat: data.Latitude, } + console.log(area) + console.log(data) // console.log(data.Longitude > area.LonMin, data.Longitude < area.LonMax, data.Latitude > area.LatMin, data.Latitude < area.LatMax) if (data.Longitude > area.LonMin && data.Longitude < area.LonMax && data.Latitude > area.LatMin && data.Latitude < area.LatMax) { let location = {