修改pc装修数据返回

This commit is contained in:
pan.wl.2
2024-11-04 15:56:41 +08:00
parent 0b802c944a
commit ec8180a776

View File

@@ -12,7 +12,7 @@
<NuxtLink :to="item.link.path" target="_blank">
<ElImage
class="w-full h-full rounded-[8px] bg-white overflow-hidden"
:src="appStore.getImageUrl(item.image)"
:src="item.image"
fit="contain"
/>
</NuxtLink>