fix. 하이드레이션 에러 수정

This commit is contained in:
clkim
2025-11-13 17:18:44 +09:00
parent 56a2334055
commit 0d9b5dd7ad
8 changed files with 35 additions and 68 deletions

View File

@@ -5,6 +5,7 @@ import { getImageHost } from '#layers/utils/styleUtil'
// Props
interface Props {
id?: string
components: PageDataTemplateComponents
pageVerTmplSeq: number
}
@@ -47,7 +48,10 @@ const checkLoginValidation = async () => {
const validateTokenResult = await handleTokenValidation(
accessToken.value || ''
)
console.log("🚀 ~ checkLoginValidation ~ validateTokenResult:", validateTokenResult)
console.log(
'🚀 ~ checkLoginValidation ~ validateTokenResult:',
validateTokenResult
)
isLogin.value = validateTokenResult
}
@@ -142,6 +146,7 @@ onMounted(() => {
<template>
<WidgetsFixMainTitle
:id="props.id"
:title="tm('Secure_Page_Title') || '보안 강화 캠페인'"
:resources-data="backgroundData"
class="mx-auto"