From fb29a61b78b11c222a9698835d4a1b18d8ed973e Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期六, 24 八月 2024 12:09:47 +0800
Subject: [PATCH] refactor:合同考核结果详情调整
---
src/views/screen/components/screen-map-three/experience/world/map.js | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/screen/components/screen-map-three/experience/world/map.js b/src/views/screen/components/screen-map-three/experience/world/map.js
index 8a1b08b..b5622ff 100644
--- a/src/views/screen/components/screen-map-three/experience/world/map.js
+++ b/src/views/screen/components/screen-map-three/experience/world/map.js
@@ -3,13 +3,14 @@
import mapData from "@/assets/map/zigong2.json";
import { CSS2DObject } from "three/examples/jsm/renderers/CSS2DRenderer";
-import textureMapImage from "@/assets/map/texture/gz-map.jpg";
+// import textureMapImage from "@/assets/map/texture/gz-map.jpg";
+import textureMapImage from "@/assets/images/screen/pageBg1.jpg";
import textureMapFxImage from "@/assets/map/texture/gz-map-fx.jpg";
import gsap from "gsap";
// 鍦板浘娣卞害
-const MAP_DEPTH = 0.2;
+const MAP_DEPTH = 0;
const projection = d3
.geoMercator()
--
Gitblit v1.8.0