去掉分类id判断

This commit is contained in:
谢思 2026-01-22 09:51:36 +08:00
parent 1ec6c1de62
commit 14546d1be4
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ function ProjectHomePage(props) {
</Spin>
</div>
</div>
{cateID && <Pagination pageSize={LIMIT} total={total} hideOnSinglePage={true} current={page} onChange={(page) => { setPage(page) }} className='edu-txt-right mt30' />}
<Pagination pageSize={LIMIT} total={total} hideOnSinglePage={true} current={page} onChange={(page) => { setPage(page) }} className='edu-txt-right mt30' />
</div>
</div>
</div>