This commit is contained in:
duanxiaohai 2024-09-30 16:52:32 +08:00
parent 4c69d6e24a
commit d297639d8a
2 changed files with 3 additions and 2 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -1095,6 +1095,7 @@ const initMap = () => {
} else {
totalType.value = 2;
map.setMapType(BMAP_SATELLITE_MAP);
}
map.enableScrollWheelZoom(true);
goMapCenter([119.178783, 29.034583], 11);
@ -3372,7 +3373,7 @@ const addFwqCs = () => {
// let num = index % 9;
let fillColor = "#ffffff";
if (totalType.value == 1) {
fillColor = "#7d7c7c";
fillColor = "#ececec";
} else {
fillColor = "#ffffff";
}
@ -3616,7 +3617,7 @@ const addPolygonCounty = () => {
map.clearOverlays();
let fillColor = "#ffffff";
if (totalType.value == 1) {
fillColor = "#7d7c7c";
fillColor = "#ececec";
} else {
fillColor = "#ffffff";
}