forked from drone/command-center-dashboard

shuishen
2025-04-19 dbe726a2fe4e9711887c75f2377ee18ae83185c8
src/views/SignMachineNest/MachineRight/MachineStatus/MachineStatus.vue
@@ -151,7 +151,7 @@
    if (Object.keys(newValue).length === 0) return
    detailInfo.value.longitude = newValue?.longitude.toFixed(6) || '--';
      detailInfo.value.latitude = newValue?.latitude.toFixed(6) || '--';
    console.log(window.$viewer)
    // console.log(window.$viewer)
    getLnglatAltitude(Number(detailInfo.value.longitude), Number(detailInfo.value.latitude),window.$viewer).then((res) => {
      const height = newValue?.height - res?.height;
      //针对西安实时高度进行降低