From cc774db444d0d0a826a7e0b771a9c0a1d4a855bd Mon Sep 17 00:00:00 2001 From: gcw_IJ7DAiVL Date: Wed, 10 Sep 2025 08:55:33 +0800 Subject: [PATCH] fix --- src/views/home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/home.vue b/src/views/home.vue index fb4e899..9e486d5 100644 --- a/src/views/home.vue +++ b/src/views/home.vue @@ -201,7 +201,6 @@ export default { } }, async mounted() { - console.log('go') this.viewer = null await this.getMapOption() this.$nextTick(async () => { @@ -235,6 +234,7 @@ export default { { ...this.mapOptions, scene: { + ...this.mapOptions.scene, // mode: Cesium.SceneMode.SCENE2D, center: { lat: 27.729862392917948,