vue 删除 vue-amap 高德地图左下角logo
2021-08-18 本文已影响0人
FSYu
public/index.html中加入
<style type="text/css">
.amap-logo{
display: none;
opacity:0 !important;
}
.amap-copyright {
opacity:0;
}
</style>
<style type="text/css">
.amap-logo{
display: none;
opacity:0 !important;
}
.amap-copyright {
opacity:0;
}
</style>