#
luxiaotao1123
2024-03-28 391cb4f71704a491f08293c19a75453fc138670f
zy-asrs-flow/src/pages/map/drawer/shelf/view.jsx
@@ -22,12 +22,12 @@
    const intl = useIntl();
    const { styles } = useStyles();
    console.log(props.data);
    // console.log(props.data);
    const refContainer = useRef();
    useEffect(() => {
        shelfThree = new ShelfThree(refContainer);
        shelfThree = new ShelfThree(refContainer.current);
        shelfThree.startup();
        return () => {