fix. 지원하지 않는 페이지 접근시에 무한 리다이렉트 수정
This commit is contained in:
@@ -113,7 +113,7 @@ export default defineNuxtRouteMiddleware(async (to, _from) => {
|
||||
}
|
||||
// 91002 (Invalid LangCode): 미지원 언어로 접근
|
||||
if (pageDataResponse?.code === 91002) {
|
||||
return navigateTo(`/${langCode}/home`)
|
||||
return navigateTo(`/${langCode}/home`, { external: true })
|
||||
}
|
||||
|
||||
// [TODO]
|
||||
|
||||
Reference in New Issue
Block a user