qrcode 改为cdn

This commit is contained in:
tangly1024
2023-07-31 21:30:38 +08:00
parent b7c84d5218
commit 187b173ead
7 changed files with 50 additions and 7 deletions

View File

@@ -53,7 +53,6 @@ const LayoutBase = (props) => {
const showTocButton = post?.toc?.length > 1
useEffect(() => {
console.log('更新导航', allNavPages)
setFilteredNavPages(allNavPages)
}, [post])