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

@@ -174,7 +174,7 @@
<a href="https://www.smilegate.com" target="_blank" class="smilegate">
<img
:src="
getImageHost(`/images/common/logo_smilegate.png`, {
getResourceHost(`/images/common/logo_smilegate.png`, {
imageType: 'common',
})
"
@@ -190,7 +190,7 @@
>
<img
:src="
getImageHost(`${setDevCi.dev_ci_img_path}`, {
getResourceHost(`${setDevCi.dev_ci_img_path}`, {
imageType: 'game',
})
"
@@ -240,7 +240,7 @@ const getGameRatingImage = computed((): string[] => {
}
return contentInfo.map(item => {
const type = ageTypeMap[item] || 'TypeTest'
return getImageHost(`/images/common/grades_age/${type}.svg`, {
return getResourceHost(`/images/common/grades_age/${type}.svg`, {
imageType: 'common',
})
})
@@ -264,7 +264,7 @@ const getContentInfoImage = computed((): string[] => {
.map(item => {
const type = contentTypeMap[item]
return type
? getImageHost(`/images/common/grades_use/${type}.svg`, {
? getResourceHost(`/images/common/grades_use/${type}.svg`, {
imageType: 'common',
})
: ''

View File

@@ -232,7 +232,7 @@ onMounted(() => {
>
<AtomsLocaleLink to="/" class="mx-auto md:hidden">
<img
:src="getImageHost(gnbData?.bi_path)"
:src="getResourceHost(gnbData?.bi_path)"
:alt="gameData?.game_name"
class="h-[30px]"
/>
@@ -249,7 +249,7 @@ onMounted(() => {
<div class="nav-logo">
<AtomsLocaleLink to="/" @click="handleMenuClose">
<img
:src="getImageHost(gnbData?.bi_path)"
:src="getResourceHost(gnbData?.bi_path)"
:alt="gameData?.game_name"
class="h-[30px]"
/>