riku
2025-04-21 30748ea70f14c675743c7ea54e5c162d4a5e2839
src/components/map/MapSearch.vue
@@ -45,11 +45,11 @@
          <span>{{ searchResult.address }}</span>
          <div>
            <span>{{
              searchResult.lon + ', ' + searchResult.lat
              '高德' + searchResult.lon + ', ' + searchResult.lat
            }}</span>
            <el-divider direction="vertical" />
            <span>{{
              searchResult.gpsLon + ', ' + searchResult.gpsLat
              'GPS' + searchResult.gpsLon + ', ' + searchResult.gpsLat
            }}</span>
          </div>
        </div>