forked from drone/command-center-dashboard

chenyao
2025-04-11 48718702d8b296954382d67d074e76a3cdd6e8c2
src/views/SignMachineNest/MachineRight/MachineStatus/MachineStatus.vue
@@ -137,8 +137,9 @@
// 监听实时信息
watch(store.state.home.wsMessage, (newValue) => {
    if (newValue || newValue.mode_code === 14) return
    if (Object.keys(newValue).length === 0) return
    // if (newValue || newValue.mode_code === 14) return
    // if (Object.keys(newValue).length === 0) return
    console.log(newValue,'咋没数据呀');
    detailInfo.value.longitudee = newValue?.longitude.toFixed(6) || '--';
      detailInfo.value.latitude = newValue?.latitude.toFixed(6) || '--';
    getLnglatAltitude(newValue?.longitude,newValue?.latitude).then((res) => {