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