This commit is contained in:
hailin 2025-04-22 19:47:54 +08:00
parent 030702eebe
commit bd18ff2980
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`)
}