Skip to content

Commit

Permalink
url - convert
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 committed Oct 14, 2024
1 parent 6a0dca9 commit ab21e1f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions components/ExternalPlugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,10 @@ const ExternalPlugin = props => {
}, 3000)
}

// 映射url
convertInnerUrl(props?.allNavPages)
setTimeout(() => {
// 映射url
convertInnerUrl(props?.allNavPages)
}, 500)
}, [router])

useEffect(() => {
Expand Down

0 comments on commit ab21e1f

Please sign in to comment.