From 78064c2072b8c7eb36309045a6166292917f491b Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期三, 15 十一月 2023 14:39:10 +0800 Subject: [PATCH] 初始化、土地管理视角 --- src/components/map/viewer1.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/map/viewer1.vue b/src/components/map/viewer1.vue index 0121c54..a357ab7 100644 --- a/src/components/map/viewer1.vue +++ b/src/components/map/viewer1.vue @@ -298,8 +298,8 @@ window.sgworld1 = new SmartEarth.EarthCtrl( "sdkContainer1", { - // StaticFileBaseUrl: "../../static/CimSDK/", - StaticFileBaseUrl: "../../../SW/static/CimSDK/", + StaticFileBaseUrl: "../../static/CimSDK/", + // StaticFileBaseUrl: "../../../SW/static/CimSDK/", }, {}, null, -- Gitblit v1.9.3