This commit is contained in:
hailin 2025-04-22 19:13:15 +08:00
parent a76497c110
commit e3b7c93300
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ export const useChatHandler = () => {
}
const homePath = locale === defaultLocale ? "/" : `/${locale}`
return router.push(`/${homePath}/${selectedWorkspace.id}/chat`)
return router.push(`${homePath}/${selectedWorkspace.id}/chat`)
// return router.push(`/${locale}/${selectedWorkspace.id}/chat`)
}