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

Loading…
Cancel
Save