From 3dfd9bc3519f41f956f2f915a9f49318e4406401 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Tue, 19 May 2026 20:22:07 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=E8=B7=B3=E8=BD=AC=E6=96=B9=E5=BC=8F=EF=BC=8C?= =?UTF-8?q?=E9=81=BF=E5=85=8D=E4=B8=8D=E5=BF=85=E8=A6=81=E7=9A=84=E5=8E=86?= =?UTF-8?q?=E5=8F=B2=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/common/PostForum.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/common/PostForum.vue b/src/pages/common/PostForum.vue index 803ad779..fde3ef3f 100644 --- a/src/pages/common/PostForum.vue +++ b/src/pages/common/PostForum.vue @@ -289,7 +289,7 @@ async function getCurrentPosts( async function freshPostData(): Promise { if (!selectedForum.value || isReq.value) return; - await router.push({ + await router.replace({ name: "酒馆", params: route.params, query: { gid: curGid.value, forum: selectedForum.value.value },