mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 15:09:22 +00:00
清除多余日志
This commit is contained in:
@@ -13,7 +13,6 @@ const PaginationNumber = ({ page, totalPage }) => {
|
||||
const currentPage = +page
|
||||
const showNext = page < totalPage
|
||||
const pagePrefix = router.asPath.replace(/\/page\/[1-9]\d*/, '').replace(/\/$/, '')
|
||||
console.log('哈哈', pagePrefix, page, currentPage, totalPage)
|
||||
const pages = generatePages(pagePrefix, page, currentPage, totalPage)
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user