From 3bf9df89ddaf00baed3566051b6e0d7bd75b8878 Mon Sep 17 00:00:00 2001 From: hailin Date: Wed, 21 May 2025 14:54:38 +0800 Subject: [PATCH] . --- chatdesk-ui/app/[locale]/layout.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/chatdesk-ui/app/[locale]/layout.tsx b/chatdesk-ui/app/[locale]/layout.tsx index a82213d..2ef118a 100644 --- a/chatdesk-ui/app/[locale]/layout.tsx +++ b/chatdesk-ui/app/[locale]/layout.tsx @@ -88,7 +88,6 @@ export default async function RootLayout({ }: RootLayoutProps) { const cookieStore = cookies() - // 遍历所有 cookies for (const cookie of cookieStore.getAll()) { console.log(`🍪 Cookie: ${cookie.name} = ${cookie.value}`); @@ -123,7 +122,15 @@ export default async function RootLayout({ //console.log("[layout.tsx]..............current locale: ", {locale}); return ( - + + + +