#
luxiaotao1123
2024-03-18 590c89e4e62385aa1ef4390f20008e3b6c0f8f1c
zy-asrs-flow/src/pages/map/drawer/shelf/index.jsx
@@ -4,7 +4,7 @@
import { createStyles } from 'antd-style';
import * as Utils from '../../utils'
import Http from '@/utils/http';
import JSON from './json';
import ShowJson from './showJson';
const useStyles = createStyles(({ token, css }) => {
@@ -19,7 +19,7 @@
    const contentList = {
        json: (
            <JSON
            <ShowJson
                curSprite={props.curSprite}
            />
        ),