#
luxiaotao1123
2024-10-16 d8771a5d5afe1b5da6e6c3fece93db7892fc7bbf
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 = () => {