#
luxiaotao1123
2023-03-07 02bf4e35833eb2198caf76b7d7e1c6eb66951cb0
#
2个文件已修改
1个文件已删除
52 ■■■■■ 已修改文件
static/js/app.js 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/js/data/Asrs.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/js/object/DefineModel.js 43 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
static/js/data/Asrs.js
@@ -6,10 +6,6 @@
    queryStaCurrent();
},1000);
setTimeout(() => {
    clearInterval(interval)
}, 1000)
var Store3DData;
function initStore() {
    $.ajax({
static/js/object/DefineModel.js
File was deleted