fix: 修复跳转刷新问题
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user