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