From 4f31f422a91dc53a21e0fb7ce1c7c18b60fd49c2 Mon Sep 17 00:00:00 2001 From: supermap123 Date: Thu, 13 Jun 2024 15:27:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=BA=E9=99=B7=E4=BF=AE=E6=94=B9=EF=BC=9A?= =?UTF-8?q?=E5=B9=B3=E9=9D=A2=E5=9C=BA=E6=99=AF=E4=B8=8B=E5=B1=8F=E8=94=BD?= =?UTF-8?q?=E5=BC=80=E5=90=AF=E5=9C=B0=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/package/sceneSet/scene-attribute/attribute.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SuperMap iEarth/src/package/sceneSet/scene-attribute/attribute.vue b/SuperMap iEarth/src/package/sceneSet/scene-attribute/attribute.vue index 6635e4a2..bd9d5401 100644 --- a/SuperMap iEarth/src/package/sceneSet/scene-attribute/attribute.vue +++ b/SuperMap iEarth/src/package/sceneSet/scene-attribute/attribute.vue @@ -148,7 +148,7 @@ -
+
{{ $t("showUnderground") }}
@@ -224,6 +224,7 @@ state.shadow = viewer.shadows; // 云层 let cloudBoxUrl = "./images/sceneProperties/clouds/clouds1.png"; let cloudBox = new SuperMap3D.CloudBox({ url: cloudBoxUrl }); +let sceneMode = viewer.scene.mode; // 初始化 function init() {