This commit is contained in:
姚宇浩 2024-07-14 11:12:26 +08:00
parent 1e1d81e72a
commit 2ed9eb3ada
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ const initMap = () => {
styleId: "d0acde891abd157741b71e12670ee2e6",
});
goMapCenter([119.116203, 29.078722], 12);
goMapCenter(props.center, 12);
loadTown();
addPolygonCounty();
};