liuhj 5 月之前
父節點
當前提交
db8fdd7898
共有 1 個文件被更改,包括 1 次插入1 次删除
  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, country: region})
+            const map = new mapkit.Map("map", {center: coordinate, region: region})
 
             
         },