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(); } }