商用的话建议不要隐藏,避免侵权。
隐藏前:
隐藏后:
.BMap_cpyCtrl { display: none; } .anchorBL { display: none; }
如果使用angular,需要强制修改。
:host ::ng-deep .BMap_cpyCtrl { display: none; } :host ::ng-deep .anchorBL { display: none; }