From bfcfcaa95b1600632a4a7351db2dd952aa227349 Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期六, 20 一月 2024 00:02:26 +0800 Subject: [PATCH] bug修改 --- src/components/leftMenu/sousuo.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/leftMenu/sousuo.vue b/src/components/leftMenu/sousuo.vue index 993092d..ac51837 100644 --- a/src/components/leftMenu/sousuo.vue +++ b/src/components/leftMenu/sousuo.vue @@ -395,7 +395,7 @@ billboard: { verticalOrigin: Cesium.VerticalOrigin.BOTTOM, scale: 1, - image: window.SmartEarthRootUrl + "/Workers/image/mark.png", + image: window.SmartEarthRootUrl + "/Workers/image/mark1.png", heightReference: 1, disableDepthTestDistance: Number.POSITIVE_INFINITY, }, -- Gitblit v1.9.3