@@ -90,7 +90,7 @@ const nodeProps = ({ option }: { option: TreeOption }) => {
router.replace(`/showcate/${option.id}`)
setTimeout(() => {
location.reload()
- }, 500)
+ }, 50)
},
}
@@ -116,7 +116,7 @@ const nodeProps = ({ option }: { option: TreeOption }) => {