fix. 하이드레이션 에러 수정
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user