From d353f683547b68e79227faec26210f78c22db840 Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 22 Apr 2025 20:19:59 +0800 Subject: [PATCH] . --- components/utility/global-state.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/utility/global-state.tsx b/components/utility/global-state.tsx index 68074ee..5fba3e2 100644 --- a/components/utility/global-state.tsx +++ b/components/utility/global-state.tsx @@ -191,6 +191,7 @@ export const GlobalState: FC = ({ children }) => { // const locale = pathname.split("/")[1] || "en" // 获取路径中的 locale 部分,如果没有则默认为 "en" // 强制跳转到带有 locale 的 setup 页面 + console.log("[global-state.tsx]-------------", `${homePath}/setup`) return router.push(`${homePath}/setup`) // return router.push(`/${locale}/setup`) }