更新环境变量;新增favicon

This commit is contained in:
JIANG
2025-11-10 14:51:14 +08:00
parent 929fafe9af
commit 20418ee9fe
8 changed files with 7 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ const Zoom: React.FC = () => {
const handleFitScreen = () => {
if (!map) return;
const view = map.getView();
view.fit(config.mapExtent, { duration: 500 });
view.fit(config.MAP_EXTENT, { duration: 500 });
};
return (