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() {