Forráskód Böngészése

[Fix 0000] 三维模型GUI移除

houzekong 2 hete
szülő
commit
95468df6c9

+ 3 - 3
src/views/vent/monitorManager/fireDoorMonitor/fireDoor.threejs.ymh.ts

@@ -1,9 +1,9 @@
 import * as THREE from 'three';
 import { useAppStore } from '/@/store/modules/app';
 
-import * as dat from 'dat.gui';
-const gui = new dat.GUI();
-gui.domElement.style = 'position:absolute;top:100px;left:10px;z-index:99999999999999';
+// import * as dat from 'dat.gui';
+// const gui = new dat.GUI();
+// gui.domElement.style = 'position:absolute;top:100px;left:10px;z-index:99999999999999';
 
 // 羊马河
 class FireDoorYmh {