From 3770afe1b11c686a66a604a8c9965057a153ce05 Mon Sep 17 00:00:00 2001 From: xujingliang <3225043@qq.com> Date: Wed, 7 Feb 2024 15:59:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/mars3d/Map.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/mars3d/Map.vue b/src/components/mars3d/Map.vue index e95ef70..6e13975 100644 --- a/src/components/mars3d/Map.vue +++ b/src/components/mars3d/Map.vue @@ -127,7 +127,7 @@ export default { pixelOffsetY:-40 } } - console.log("attr:::",attribute); + attribute.pid = group.id; // 替换所有图层地址路径 历史遗留数据库保存的是223服务器地址 attribute.url = attribute.url.replace("http://223.99.16.253:9007","http://221.2.83.254:9007")