forked from drone/command-center-dashboard

chenyao
2025-04-19 2c38346bf5ceeb1783530410bc0bb839b7338ed9
feat: 去除打印
1 files modified
2 ■■■ changed files
src/views/SignMachineNest/MachineRight/MachineStatus/MachineStatus.vue 2 ●●● patch | view | raw | blame | history
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;
      //针对西安实时高度进行降低