吉安感知网项目-前端
张含笑
2026-01-30 6c4bd2467bb6651c6edcf8a9741dcd4e9b1aa6d3
applications/mobile-web-view/src/appComponents/workMap/index.vue
@@ -291,7 +291,7 @@
watch(
   () => mapCurrentDetail,
   newVal => {
const newDataMap=JSON.parse(newVal)
const newDataMap=newVal
      // 只有 workNavigationShow 为 true 且有经纬度时才添加标记
      if (workNavigationShow && newDataMap?.longitude && newDataMap?.latitude) {
         addIncidentMarker(newDataMap)