#
luxiaotao1123
2024-03-14 a9cdb450319833aba03812745623bfef7c8c9ec8
zy-asrs-flow/src/pages/map/index.jsx
@@ -209,7 +209,6 @@
    }
    React.useEffect(() => {
        console.log(curSprite);
    }, curSprite);
    return (
@@ -222,13 +221,13 @@
                                curSprite={curSprite}
                                setCurSPrite={setCurSPrite}
                            />
                            <span>
                                {curSprite?.data?.uuid}
                            </span>
                        </Col>
                        {/* 3C40C6 */}
                        <Col span={12} style={{ backgroundColor: '#4a69bd' }}>
                            <Flex className={styles.flex} gap={'large'} justify={'flex-end'} align={'center'}>
                                <span>
                                    {curSprite?.data?.uuid}
                                </span>
                                <Select
                                    className='map-header-select'
                                    size={'large'}