@@ -224,7 +224,7 @@
}
//回到首页
const goToHome = () => {
- router.go(-1)
+ router.push('/forum')
onMounted(() => {
if (route.query.postId) {