fix. gameData 개별 속성 구조분해

This commit is contained in:
clkim
2026-01-13 18:07:43 +09:00
parent 7e98721228
commit 79b9d71aa3
17 changed files with 104 additions and 117 deletions

View File

@@ -310,7 +310,7 @@ export default defineEventHandler(async event => {
const isRootPath = gamePath === '' || gamePath === '/'
if (isRootPath) {
// gameData.intro.page_url이 있으면 해당 URL로 리다이렉트, 없으면 /home으로
// intro.page_url이 있으면 해당 URL로 리다이렉트, 없으면 /home으로
const introPageUrl = gameDataValue?.intro?.page_url
const currentFullUrl = event.node.req.url || fullPath
const redirectPath = getIntroRedirectPath(