@@ -129,7 +129,7 @@ const handleBreadcrumb = (bread: TreeNode) => {
router.replace(`/showcate/${bread.id}`)
setTimeout(() => {
location.reload()
- }, 100)
+ }, 50)
}
</script>
@@ -191,13 +191,13 @@ const handleToArticle = (article: ArticleDetailType) => {
router.replace(`/showdoc/${article.id}`)
const handleBreadcrumb = (bread: TreeNode) => {