From 4509dd489115a499a0f63487ec90adfdc7a5cd56 Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期五, 20 十月 2023 11:09:35 +0800
Subject: [PATCH] 最新版本

---
 src/components/map/viewer1.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/components/map/viewer1.vue b/src/components/map/viewer1.vue
index aed774a..ef5f15b 100644
--- a/src/components/map/viewer1.vue
+++ b/src/components/map/viewer1.vue
@@ -249,7 +249,8 @@
       window.sgworld1 = new SmartEarth.EarthCtrl(
         "sdkContainer1",
         {
-          StaticFileBaseUrl: "../../../static/CimSDK/",
+          // StaticFileBaseUrl: "../../static/CimSDK/",
+          StaticFileBaseUrl: "../../../SW/static/CimSDK/",
         },
         {},
         null,

--
Gitblit v1.9.3