fix: 修复跳转刷新问题

This commit is contained in:
橙子
2025-02-04 15:40:00 +08:00
parent bce9b58265
commit 8a9a0c8396

View File

@@ -57,6 +57,7 @@ const seeNumLength = ref(props.themeData.seeNum.toString().length);
const handleClickTheme = (id) => { const handleClickTheme = (id) => {
router.push(`/article/${id}`); router.push(`/article/${id}`);
router.go(0);
}; };
</script> </script>