From a16a7e15a2574f85c4fbd171901f62ca5ffb8843 Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期三, 15 十一月 2023 17:11:15 +0800
Subject: [PATCH] 图标、滚动条、layerjson

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

diff --git a/src/components/map/viewer1.vue b/src/components/map/viewer1.vue
index 0121c54..0821b86 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,
@@ -311,7 +311,7 @@
               enablePickFeatures: false,
             },
             "0",
-            undefined,
+            1,
             true,
             ""
           );

--
Gitblit v1.9.3