@@ -158,7 +158,7 @@ function header(props) {
{/* 分页 */}
<div style={{ display: 'flex', justifyContent: 'flex-end', marginTop: '30px' }}>
- <Pagination showQuickJumper defaultCurrent={2} total={500} onChange={onChange} />
+ <Pagination showQuickJumper defaultCurrent={1} total={500} onChange={onChange} />
</div>
</>
);