From f000011994e0339745f07fbb60cdccd9d579db41 Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 15 Jan 2026 21:29:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E6=96=87=E7=AB=A0load?= =?UTF-8?q?ing=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend_nuxt/pages/posts/[id]/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend_nuxt/pages/posts/[id]/index.vue b/frontend_nuxt/pages/posts/[id]/index.vue index 85cb3c637..63a42c85a 100644 --- a/frontend_nuxt/pages/posts/[id]/index.vue +++ b/frontend_nuxt/pages/posts/[id]/index.vue @@ -533,7 +533,7 @@ const { } catch (err) {} }, { - server: false, + server: true, lazy: false, }, )