Преглед на файлове

[Pref 0000] Debug代码去除

houzekong преди 2 дни
родител
ревизия
b7eed0d087

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

@@ -87,7 +87,6 @@ class FireDoorYmh {
    */
   initAnimation() {
     const group = this.group.children[0];
-    console.log('debug rr', group.animations[0].tracks);
     /** 卷帘门的元素名称,pCude34-pCude73 */
     if (group) {
       const tracksA: THREE.KeyframeTrack[] = [];
@@ -136,7 +135,6 @@ class FireDoorYmh {
    * @param {number} [timeScale=0.01] - 动画时间缩放因子,控制动画播放速度
    */
   play(handlerState, timeScale = 0.01) {
-    console.log('debug ', handlerState);
     let handler = () => {};
     switch (handlerState) {
       case 1: // 打开门

+ 0 - 9
src/views/vent/monitorManager/windowMonitor/components/windowDualAdjustSVG.vue

@@ -1701,15 +1701,6 @@
 
   /** 根据SVG的使用场景播放动画 */
   function animate(data: any, maxarea) {
-    console.log(
-      'debug animate',
-      data,
-      maxarea,
-      data.frontArea / maxarea,
-      data.rearArea / maxarea,
-      data.frontArea3 / maxarea,
-      data.frontArea4 / maxarea
-    );
     // 前门(画面左边的门)
     triggerAnimation([`auto_anim_0${props.identify}`], false, { progress: data.frontArea / maxarea || 0 });
     // 前门(画面左边的门)