From 27a2d08bbdeec0cef108d171fb314e4ada9be861 Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期四, 16 十一月 2023 10:46:52 +0800
Subject: [PATCH] 信息弹框

---
 src/components/map/viewer1.vue        |    1 +
 src/components/map/viewer.vue         |    1 +
 src/components/menu/tools/special.vue |    5 ++---
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/components/map/viewer.vue b/src/components/map/viewer.vue
index b01caeb..a29d709 100644
--- a/src/components/map/viewer.vue
+++ b/src/components/map/viewer.vue
@@ -100,6 +100,7 @@
         {
           StaticFileBaseUrl: "../../../static/CimSDK/",
           // StaticFileBaseUrl: "../../../SW/static/CimSDK/",
+          // StaticFileBaseUrl: "../../../YZXNCS/static/CimSDK/",
         },
         {},
         {},
diff --git a/src/components/map/viewer1.vue b/src/components/map/viewer1.vue
index e4409bf..e98b143 100644
--- a/src/components/map/viewer1.vue
+++ b/src/components/map/viewer1.vue
@@ -291,6 +291,7 @@
         {
           StaticFileBaseUrl: "../../static/CimSDK/",
           // StaticFileBaseUrl: "../../../SW/static/CimSDK/",
+          // StaticFileBaseUrl: "../../../YZXNCS/static/CimSDK/",
         },
         {},
         null,
diff --git a/src/components/menu/tools/special.vue b/src/components/menu/tools/special.vue
index d831e0e..f82c78e 100644
--- a/src/components/menu/tools/special.vue
+++ b/src/components/menu/tools/special.vue
@@ -556,14 +556,13 @@
               let propertyNames = nPickFeature.id.properties.propertyNames;
               if (propertyNames.indexOf("鐩戞帶鍚�") !== -1) {
                 isCamera = true;
-                // obj["JK鍚嶇О"] = properties["JK鍚嶇О"]._value;
+                obj["JK鍚嶇О"] = properties["JK鍚嶇О"]._value;
                 // obj["JK绫诲瀷"] = properties["JK绫诲瀷"]._value;
                 // obj["鍔熻兘"] = properties["鍔熻兘"]._value;
                 // obj["鎵�鍦ㄥ尯"] = properties["鎵�鍦ㄥ尯"]._value;
                 // obj["JK缂栧彿"] = properties["JK缂栧彿"]._value;
-                // obj["JK鍐呯爜"] = properties["JK鍐呯爜"]._value;
+                obj["JK鍐呯爜"] = properties["JK鍐呯爜"]._value;
               } else {
-
                 propertyNames.forEach((item) => {
                   obj[item] = properties[item]._value;
                 });

--
Gitblit v1.9.3