refactor: gamedata 없을 때 error 페이지 노출 수정, 다국어 파일 경로 수정
This commit is contained in:
@@ -11,6 +11,7 @@ export default defineNuxtRouteMiddleware(async to => {
|
||||
|
||||
// error 페이지는 API 호출하지 않음
|
||||
if (pageUrl === '/error' || to.path.includes('/error')) {
|
||||
console.log("🚀 ~ inspection error 페이지는 API 호출하지 않음")
|
||||
return
|
||||
}
|
||||
|
||||
@@ -37,8 +38,6 @@ export default defineNuxtRouteMiddleware(async to => {
|
||||
baseApiUrl: stoveApiBaseUrl,
|
||||
gameId: stoveGameId,
|
||||
})
|
||||
console.log("🚀 ~ stoveApiBaseUrl:", stoveApiBaseUrl)
|
||||
console.log("🚀 ~ stoveGameId:", stoveGameId)
|
||||
|
||||
// 게임 점검 -----
|
||||
// const { checkGameMaintenance } = useGetGameMaintenance()
|
||||
|
||||
Reference in New Issue
Block a user