From fcb9ad20cfb4f1d691f76f575e3bcf09729be7c9 Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期三, 13 十二月 2023 16:51:16 +0800 Subject: [PATCH] 最新 --- src/components/left/left-ztfx.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/left/left-ztfx.vue b/src/components/left/left-ztfx.vue index a870d38..7a78aab 100644 --- a/src/components/left/left-ztfx.vue +++ b/src/components/left/left-ztfx.vue @@ -405,7 +405,7 @@ } pickFeature = nPickFeature; imgUrl = nPickFeature.primitive.image; - nPickFeature.primitive.image = "http://10.10.4.116:8080/YZXNCS/static/SmartEarthSDK/Workers/image/red.png" + nPickFeature.primitive.image = window.SmartEarthRootUrl + "Workers/image/point.png"; // console.log(nPickFeature); this.$store.commit("description", nPickFeature.id.attributes); } -- Gitblit v1.9.3