perf: 修复账号收集点击页面不能跳转问题

This commit is contained in:
“huailei000”
2023-02-21 22:01:02 +08:00
committed by huailei
parent a65436c16b
commit 5e1971bfb8

View File

@@ -108,6 +108,11 @@ export default {
}
}
}
},
watch: {
$route(to, from) {
this.$router.go(0)
}
}
}
</script>