#
luxiaotao1123
2024-10-16 b5ea3e3d55760df55073f82eacb2dbcb7d3c448f
zy-acs-flow/src/map/insight/shelf/ShelfThree.js
@@ -57,8 +57,8 @@
    }
    addObject = (object) => {
        this.scene.add(object);
        this.objects.push(object);
        this.scene?.add(object);
        this.objects?.push(object);
    }
    initScene = () => {