fix. formatPathHost 파라미터 직관적으로 명칭 수정
This commit is contained in:
@@ -101,7 +101,7 @@ const getGameRatingImage = computed((): { type: string; image: string } => {
|
||||
image: formatPathHost(
|
||||
`/images/common/grades_age/${locale.value}/${type}.svg`,
|
||||
{
|
||||
imageType: 'common',
|
||||
imageType: 'public',
|
||||
}
|
||||
),
|
||||
}
|
||||
@@ -134,7 +134,7 @@ const getContentInfoImage = computed((): string[] => {
|
||||
const type = contentTypeMap[item]
|
||||
return type
|
||||
? formatPathHost(`/images/common/grades_use/${type}.svg`, {
|
||||
imageType: 'common',
|
||||
imageType: 'public',
|
||||
})
|
||||
: ''
|
||||
})
|
||||
@@ -331,7 +331,7 @@ const footerAgeRatingInfo = computed((): string[] => {
|
||||
<img
|
||||
:src="
|
||||
formatPathHost(`/images/common/logo_smilegate.png`, {
|
||||
imageType: 'common',
|
||||
imageType: 'public',
|
||||
})
|
||||
"
|
||||
width="114px"
|
||||
@@ -344,12 +344,12 @@ const footerAgeRatingInfo = computed((): string[] => {
|
||||
v-if="footerData.use_dev_ci_url"
|
||||
:href="footerData.dev_ci_url"
|
||||
target="_blank"
|
||||
class="block nx3"
|
||||
class="block"
|
||||
>
|
||||
<img
|
||||
:src="
|
||||
formatPathHost(`${setDevCi.dev_ci_img_path}`, {
|
||||
imageType: 'game',
|
||||
imageType: 'cdn',
|
||||
})
|
||||
"
|
||||
alt="CI"
|
||||
@@ -361,7 +361,7 @@ const footerAgeRatingInfo = computed((): string[] => {
|
||||
v-else
|
||||
:src="
|
||||
formatPathHost(`${setDevCi.dev_ci_img_path}`, {
|
||||
imageType: 'game',
|
||||
imageType: 'cdn',
|
||||
})
|
||||
"
|
||||
alt="CI"
|
||||
|
||||
Reference in New Issue
Block a user