From 87e98d5b5efeb7a9cf6330ae03e6dd53699b7ef1 Mon Sep 17 00:00:00 2001 From: surprise <15810472099@163.com> Date: 星期一, 15 一月 2024 17:10:25 +0800 Subject: [PATCH] 代码更新 --- src/components/map/viewer.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/map/viewer.vue b/src/components/map/viewer.vue index 404c08f..3d403bc 100644 --- a/src/components/map/viewer.vue +++ b/src/components/map/viewer.vue @@ -102,9 +102,9 @@ window.sgworld = new SmartEarth.EarthCtrl( "sdkContainer", { - StaticFileBaseUrl: "../../../static/CimSDK/", + // StaticFileBaseUrl: "../../../static/CimSDK/", // StaticFileBaseUrl: "../../../SW/static/CimSDK/", - // StaticFileBaseUrl: "../../../JSJKZHGS/static/CimSDK/", + StaticFileBaseUrl: "../../../JSJKZHGS/static/CimSDK/", }, {}, {}, @@ -131,7 +131,8 @@ window.viewer = sgworld._Viewer; sgworld._Viewer.scene.moon.show = false; // Viewer.terrainProvider=Cesium.createWorldTerrain() - + //鏄剧ずfps + sgworld._Viewer.scene.debugShowFramesPerSecond = true; window.sgwfs = new SmartEarth.WFSTool(sgworld._Viewer, Cesium); Viewer.shadows = false; //娣卞害妫�娴� -- Gitblit v1.9.3