Browse Source

👈 编写高德地图组件

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

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

@ -201,8 +201,6 @@ @@ -201,8 +201,6 @@
specimenMarkerCluster?.setData(specimenPoints);
//
complete();
}).catch(error => {
@ -228,4 +226,13 @@ @@ -228,4 +226,13 @@
:deep(.amap-marker-label) {
border: none !important;
}
:deep .amap-logo {
display: none!important;
}
:deep .amap-copyright {
bottom:-100px;
display: none!important;
}
</style>

Loading…
Cancel
Save