吉安感知网项目-前端
罗广辉
2026-02-04 0c92fd00fae033a2aa04bb65b2d32bd2c8f9fd4a
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];