refactor: 스톱GNB theme 수정, 언어 정책 수정, 보안강화페이지 API 적용

This commit is contained in:
“hyeonggkim”
2025-11-06 10:49:47 +09:00
parent 28cae8c18b
commit 940a495cbe
10 changed files with 258 additions and 416 deletions

View File

@@ -7,8 +7,8 @@ export default defineNuxtRouteMiddleware(async (to) => {
const config = useRuntimeConfig()
// const baseDomain = `${config.public.baseDomain}`
const stoveApiUrl = `${config.public.stoveApiUrl}`
const stoveGameId = `${gameData.value.game_id}`
const stoveApiBaseUrl = config.public.stoveApiUrl
const stoveGameId = gameData.value.game_id
// const stoveMaintenanceApiUrl = `${config.public.stoveMaintenanceApiUrl}`
// const localeCookie = useCookie('LOCALE', {
@@ -20,7 +20,7 @@ export default defineNuxtRouteMiddleware(async (to) => {
// 웹 점검 -----
const { isWebInspection, getInspectionDataExternal } = useGetInspectionDataExternal()
await getInspectionDataExternal({ baseApiUrl: stoveApiUrl, gameId: stoveGameId })
await getInspectionDataExternal({ baseApiUrl: stoveApiBaseUrl, gameId: stoveGameId })
// 게임 점검 -----