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