吉安感知网项目-前端
罗广辉
2026-08-13 1d552a3bad95caae4af15322df28e6240b797693
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];