From 0f851ca9f5fc81fb73dd26248b3cde46851bce25 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期二, 30 七月 2024 13:58:02 +0800
Subject: [PATCH] feat:核算报告导出

---
 src/views/screen/components/screen-map-three/experience/world/enviroment.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/screen/components/screen-map-three/experience/world/enviroment.js b/src/views/screen/components/screen-map-three/experience/world/enviroment.js
index 833dc82..2f1177c 100644
--- a/src/views/screen/components/screen-map-three/experience/world/enviroment.js
+++ b/src/views/screen/components/screen-map-three/experience/world/enviroment.js
@@ -13,8 +13,8 @@
     this.textureLoader = new THREE.TextureLoader();
 
     this.setSunLight();
-    this.setRotateHola();
-    this.setBackground();
+    // this.setRotateHola();
+    // this.setBackground();
     this.setCirclePoint();
 
     // this.debuger();

--
Gitblit v1.8.0