riku
2025-04-23 f1f26b166b71371e0a8dfaf9b9f575d2d79feefc
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>