#
luxiaotao1123
2023-03-06 0eec32ca8ceb6d5ddb85eb46a83fa6ca3625306f
static/js/app.js
@@ -13,6 +13,7 @@
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 = {
@@ -56,6 +57,7 @@
         this.initObjectSelect();
         this.initPointLockControl(this);
         this.initFloor();
         this.initDefineModel();
         this.initBuilding();
         this.initConvey();
      }
@@ -310,6 +312,9 @@
         // this.addObject(new Floor({position: {}}))
      }
      this.initDefineModel = () => {
         const model = new DefineModel(this);
      }
      this.initBuilding = function () {
         let buildingData = buildingObjects.objects;
         for (let i = 0; i < buildingData.length; i++) {