vue开发隐藏引用高德地图的logo和文字方法
![]()
//scss
<style lang='scss' scoped>
:deep(.amap-logo),
:deep(.amap-copyright) {
  display: none !important;
}
</style>微信扫一扫
![]()
//scss
<style lang='scss' scoped>
:deep(.amap-logo),
:deep(.amap-copyright) {
  display: none !important;
}
</style>相关推荐