From b49bf267402c81be232ea41aaf038db4f2997375 Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期一, 13 十一月 2023 10:42:17 +0800
Subject: [PATCH] 土地管理弹框样式修改

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

diff --git a/src/components/map/viewer.vue b/src/components/map/viewer.vue
index 996d5cd..b9fc8a4 100644
--- a/src/components/map/viewer.vue
+++ b/src/components/map/viewer.vue
@@ -93,8 +93,8 @@
       window.sgworld = new SmartEarth.EarthCtrl(
         "sdkContainer",
         {
-          // StaticFileBaseUrl: "../../../static/CimSDK/",
-          StaticFileBaseUrl: "../../../YZXNCS/static/CimSDK/",
+          StaticFileBaseUrl: "../../../static/CimSDK/",
+          // StaticFileBaseUrl: "../../../SW/static/CimSDK/",
         },
         {},
         {},

--
Gitblit v1.9.3