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 {