吉安感知网项目-前端
张含笑
2026-01-13 cd9903a440becc534cc444d3fa532e3b7856a574
feat:地图搜索
1 files modified
1 ■■■■ changed files
applications/mobile-web-view/src/appPages/Map/searchBar.vue 1 ●●●● patch | view | raw | blame | history
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];