fix. getResourceHost 함수명 변경

This commit is contained in:
clkim
2025-11-25 17:02:35 +09:00
parent a6027036d2
commit 8757a55378
13 changed files with 33 additions and 48 deletions

View File

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