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>