refactor(04): service new img dialog
This commit is contained in:
parent
f1168c781f
commit
21ac39d538
4 changed files with 296 additions and 92 deletions
|
|
@ -146,7 +146,7 @@ withDefaults(
|
|||
style="background-color: transparent"
|
||||
loading="lazy"
|
||||
:src="
|
||||
`${baseUrl}/${data?.type === 'service' ? 'service' : 'product'}/${data?.id}/image`.concat(
|
||||
`${baseUrl}/${data?.type}/${data?.id}/image/${data?.selectedImage}`.concat(
|
||||
noTimeImg ? '' : `?ts=${Date.now()}`,
|
||||
)
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue