url - convert

This commit is contained in:
tangly1024.com
2024-10-14 15:56:39 +08:00
parent 6a0dca92e4
commit ab21e1fb99

View File

@@ -107,8 +107,10 @@ const ExternalPlugin = props => {
}, 3000)
}
// 映射url
convertInnerUrl(props?.allNavPages)
setTimeout(() => {
// 映射url
convertInnerUrl(props?.allNavPages)
}, 500)
}, [router])
useEffect(() => {