What if the jump mark on Baidu map disappears after changing https?

as the title, after changing the https, the Baidu map on the page disappeared, the http in script was changed to https and added a "slots 1" parameter to restore it, but the original very good jump mark is missing, how to make it appear again?

 window.onload = function (){ var map = new BMap.Map("allmap"); map.centerAndZoom(new BMap.Point(117.057016,38.053215), 17); var marker1 = new BMap.Marker(new BMap.Point(117.057016,38.053215)); //  map.addOverlay(marker1); //  marker1.setAnimation(BMAP_ANIMATION_BOUNCE); // // var infoWindow1 = new BMap.InfoWindow(""); marker1.openInfoWindow(infoWindow1); } </script>
Mar.28,2021

is there any related error report

Menu