#
luxiaotao1123
2023-03-07 02bf4e35833eb2198caf76b7d7e1c6eb66951cb0
static/js/app.js
@@ -13,7 +13,6 @@
import {StoreConvey} from './object/StoreConvey.js';
import {StoreGoods} from './object/StoreGoods.js';
import {StaTask} from './object/StaTask.js';
import {DefineModel} from './object/DefineModel.js'
var APP = {
@@ -57,7 +56,6 @@
         this.initObjectSelect();
         this.initPointLockControl(this);
         this.initFloor();
         this.initDefineModel();
         this.initBuilding();
         this.initConvey();
      }
@@ -311,9 +309,6 @@
         this.addObject( helper );
         // this.addObject(new Floor({position: {}}))
      }
      this.initDefineModel = () => {
         const model = new DefineModel(this);
      }
      this.initBuilding = function () {
         let buildingData = buildingObjects.objects;