From 968394a4f9885e7df2a4af4b5b35af070975f4b6 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期二, 29 八月 2023 17:03:02 +0800 Subject: [PATCH] 资源查询页面修改,接口对接调试,图层管理页面修改,数据上传页面修改 --- src/components/MapView/moonMap.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/MapView/moonMap.vue b/src/components/MapView/moonMap.vue index 469b539..3dbb2af 100644 --- a/src/components/MapView/moonMap.vue +++ b/src/components/MapView/moonMap.vue @@ -133,7 +133,7 @@ ); //椤甸潰鍒濆鍖� this.earthCtrl = new SmartEarth.EarthCtrl("cesiumContainer", { - // StaticFileBaseUrl: StaticFileBaseUrl, + StaticFileBaseUrl: StaticFileBaseUrl, ellipsoidCoordinates: "MOON", }); this.earthCtrl.environment.disableAllEffect(); -- Gitblit v1.9.3