修改显示

main
suixy 2 months ago
parent 2282e3191a
commit d8c9305af9

@ -985,8 +985,8 @@ const ShutDownWorkBtn = () => {
ShutDownWork()
}
const getPoint = (k) => {
points.value[k].lon = currentPosition.value.lon || 0
points.value[k].lat = currentPosition.value.lat || 0
areaPoints.value[k].lon = currentPosition.value.lon || 0
areaPoints.value[k].lat = currentPosition.value.lat || 0
}
const getArea1 = () => {
if (points.value.length < 4) return

Loading…
Cancel
Save