#
luxiaotao1123
2024-03-18 4372fc567d19dfc945a5017a264ee33ac456b9cd
zy-asrs-flow/src/pages/map/drawer/shelf/json.jsx
@@ -9,12 +9,13 @@
})
const JSON = () => {
const JSON = (props) => {
    const { curSprite } = props;
    return (
        <>
            <h1>JSON</h1>
            <h1>{curSprite.data.uuid}</h1>
        </>
    )