fix. 공통 리소스 필수값 없는 경우 대응

This commit is contained in:
clkim
2026-01-27 14:54:24 +09:00
parent b628fbc117
commit 318139f3ef
6 changed files with 17 additions and 17 deletions

View File

@@ -207,7 +207,7 @@ const enabledMarkets = computed(() => {
const logoImgUrl = computed(() => {
const currentLocale = locale.value || 'ko'
const localeData = (webInspectionData.value as any)?.[currentLocale]
return formatPathHost(localeData?.img_json.bi_large)
return formatPathHost(localeData?.img_json?.bi_large)
})
const communityUrl = computed(() => {