Browse Source

👈 编写高德地图组件

master
wangxiang 3 years ago
parent
commit
bdaf2fcc04
  1. 3
      kicc-ui/src/components/AMap/src/Amap.vue

3
kicc-ui/src/components/AMap/src/Amap.vue

@ -61,7 +61,8 @@ @@ -61,7 +61,8 @@
//
map.addControl(
new AMap.MapType({
defaultType: 0
defaultType: 0,
showRoad: true
})
);
});

Loading…
Cancel
Save