fix. formatPathHost 파라미터 직관적으로 명칭 수정

This commit is contained in:
clkim
2026-02-24 10:04:14 +09:00
parent 82013e048f
commit a21c4127f6
10 changed files with 27 additions and 30 deletions

View File

@@ -165,7 +165,7 @@ const handleMoveFocus = (target: 'pc' | 'mobile') => {
<img
:src="
formatPathHost('/images/common/img_desktop.png', {
imageType: 'common',
imageType: 'public',
})
"
:alt="tm('Download_Box_PC_Title')"
@@ -425,7 +425,7 @@ const handleMoveFocus = (target: 'pc' | 'mobile') => {
:src="
formatPathHost(
`/images/common/download_driver/Type-${driver.driverCode}.svg`,
{ imageType: 'common' }
{ imageType: 'public' }
)
"
:alt="driver.driverText"