fix: 测试地图

This commit is contained in:
Zzc 2025-11-19 09:29:47 +08:00
parent 3c81eadf02
commit 18692c2157

View File

@ -24,7 +24,7 @@
<!-- 右侧地图主地图 - 灾后场景 -->
<div class="situational-awareness__right-map">
<!-- <MapViewer @tool-change="handleMapToolChange" /> -->
<MapViewer @tool-change="handleMapToolChange" />
</div>
</div>
@ -198,12 +198,12 @@ onMounted(() => {
duration: 1,
});
// 1000ms
setTimeout(() => {
camera.flyTo({
...DEFAULT_CAMERA_VIEW,
duration: 1,
});
}, 5000);
// setTimeout(() => {
// camera.flyTo({
// ...DEFAULT_CAMERA_VIEW,
// duration: 1,
// });
// }, 5000);
return;
/**