gallery视图自动替换url

This commit is contained in:
tangly1024.com
2025-03-04 13:54:46 +08:00
parent faf58eff06
commit 8688278e02
2 changed files with 19 additions and 5 deletions

View File

@@ -165,7 +165,7 @@ const ExternalPlugin = props => {
}
setTimeout(() => {
// 映射url
// 将notion-id格式的url转成自定义slug
convertInnerUrl(props?.allNavPages)
}, 500)
}, [router])