吉安感知网项目-前端
罗广辉
2026-01-26 beb95fb5fc166804056abafd70fc01ac27de7621
applications/mobile-web-view/src/appPages/Map/searchBar.vue
@@ -153,6 +153,7 @@
      showToast('当前地址无坐标信息')
      return
   }
   EventBus.emit('mapClearMarker')
   const location = typeof item.location === 'string' 
      ? item.location.split(',').map(Number) 
      : [item.location.lng, item.location.lat];