liuhj 5 months ago
parent
commit
661d790346
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/statistics/Statistically.vue

+ 1 - 1
src/components/statistics/Statistically.vue

@@ -630,7 +630,7 @@ export default {
             const coordinate = new mapkit.Coordinate(104.096488, 30.635261)
             const span = new mapkit.CoordinateSpan(5, 5)  // 1degree=111km
             const region = new mapkit.CoordinateRegion(coordinate, span)
-            const map = new mapkit.Map("map", {center: coordinate, region: region})
+            const map = new mapkit.Map("map", {center: coordinate, countryCode: "CN"})
 
             
         },