|
|
|
@ -8,8 +8,6 @@ import {
|
|
|
|
Link
|
|
|
|
Link
|
|
|
|
} from '@arco-design/web-react';
|
|
|
|
} from '@arco-design/web-react';
|
|
|
|
import { useSelector } from 'react-redux';
|
|
|
|
import { useSelector } from 'react-redux';
|
|
|
|
import { IconCaretUp } from '@arco-design/web-react/icon';
|
|
|
|
|
|
|
|
import OverviewAreaLine from '@/components/Chart/overview-area-line';
|
|
|
|
|
|
|
|
import axios from 'axios';
|
|
|
|
import axios from 'axios';
|
|
|
|
import locale from './locale';
|
|
|
|
import locale from './locale';
|
|
|
|
import useLocale from '@/utils/useLocale';
|
|
|
|
import useLocale from '@/utils/useLocale';
|
|
|
|
@ -136,6 +134,7 @@ function Overview() {
|
|
|
|
应用修改记录
|
|
|
|
应用修改记录
|
|
|
|
</Typography.Paragraph>
|
|
|
|
</Typography.Paragraph>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div className={styles.tempHeadHot}>热力图</div>
|
|
|
|
{/*<OverviewAreaLine data={data.chartData} loading={loading} />*/}
|
|
|
|
{/*<OverviewAreaLine data={data.chartData} loading={loading} />*/}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</Card>
|
|
|
|
</Card>
|
|
|
|
|