fix. utils 함수 리팩토링
This commit is contained in:
@@ -213,7 +213,7 @@ const enabledMarkets = computed(() => {
|
||||
const logoImgUrl = computed(() => {
|
||||
const currentLocale = locale.value || 'ko'
|
||||
const localeData = (webInspectionData.value as any)?.[currentLocale]
|
||||
return getResourceHost(localeData.img_json.bi_large)
|
||||
return formatPathHost(localeData.img_json.bi_large)
|
||||
})
|
||||
|
||||
const communityUrl = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user