From be7c294f7ee89afa24070229905640e6a55f96f0 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Thu, 12 Mar 2026 23:30:30 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20=E5=8C=BA=E5=88=86=E5=88=86?= =?UTF-8?q?=E5=8C=BA/=E7=89=88=E5=9D=97=E7=82=B9=E5=87=BB=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 分区→对应分区资讯页 版块→帖子分区+版块页 --- src/views/t-post.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/t-post.vue b/src/views/t-post.vue index 0b637d4d..6d0585de 100644 --- a/src/views/t-post.vue +++ b/src/views/t-post.vue @@ -15,9 +15,15 @@ -
+
{{ postData.forum.name }}
@@ -455,7 +461,7 @@ async function toTopic(topic: TGApp.BBS.Post.Topic): Promise { } async function toGame(gameId: number): Promise { - await emit("active_deep_link", `router?path=/posts/forum/${gameId}`); + await emit("active_deep_link", `router?path=/news/${gameId}`); } async function toForum(forum: TGApp.BBS.Post.Forum): Promise {