#
luxiaotao1123
2024-03-18 5f3b21b3a9cb6305a88d695873385cf76dd475b4
#
1个文件已修改
1 文件已重命名
6 ■■■■ 已修改文件
zy-asrs-flow/src/pages/map/drawer/shelf/index.jsx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/map/drawer/showJson.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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 ShowJson from './showJson';
import ShowJson from '../showJson';
const useStyles = createStyles(({ token, css }) => {
@@ -14,7 +14,7 @@
    const intl = useIntl();
    const { styles } = useStyles();
    const [activeTabKey, setActiveTabKey] = useState('json');
    const { curSprite } = props;
    const contentList = {
zy-asrs-flow/src/pages/map/drawer/showJson.jsx
File was renamed from zy-asrs-flow/src/pages/map/drawer/shelf/showJson.jsx
@@ -2,7 +2,7 @@
import { Card, Space, Button } from 'antd';
import { FormattedMessage, useIntl, useModel } from '@umijs/max';
import { createStyles } from 'antd-style';
import * as Utils from '../../utils'
import * as Utils from '../utils'
import Http from '@/utils/http';
const useStyles = createStyles(({ token, css }) => {