#
luxiaotao1123
2023-03-07 02bf4e35833eb2198caf76b7d7e1c6eb66951cb0
static/js/app.js
@@ -73,7 +73,6 @@
         this.queryCrn();
         this.crnMove();
         this.querySta();
         this.staChange();
      }
      this.initScene = function () {
         this.scene = new THREE.Scene();
@@ -370,16 +369,11 @@
               if (null == staTask) {
                  this.staTasks.push(new StaTask(staData, this));
               } else {
                  if(!staTask.run) {
                  if(!staTask.run && !staTask.isDel) {
                     staTask.modify(staData);
                  }
               }
            }
         }
      }
      this.staChange = function () {
         for (let staTask of this.staTasks) {
            staTask.change();
         }
      }