feat: 修改分类

This commit is contained in:
秋水浮尘
2023-10-23 00:16:53 +08:00
parent ced3be52f4
commit 26f51df723
4 changed files with 81 additions and 9 deletions

View File

@@ -7,7 +7,6 @@ import RankingList from './components/ranking-list'
import { apiName } from './constant';
import req from '@utils/request';
import { Spin } from 'antd';
import { mockDataList } from './mock';
import './index.less';
const QuestionBank = () => {
@@ -132,8 +131,8 @@ const QuestionBank = () => {
</div>
</Spin>
<div className="ranking-box">
<ContributionList />
<RankingList />
<ContributionList />
</div>
</div>
);