fix: 导航图片无法加载

This commit is contained in:
2025-01-21 20:56:31 +08:00
parent 0f21b01392
commit 56ff444acc

View File

@@ -218,7 +218,7 @@ const open = (url?: string | URL, target?: string, features?: string) => {
@click="open(link.url)"
>
<div class="flex items-start gap-3">
<NuxtImg
<img
:src="link.logo || `/logo/${link.id}.png`"
:alt="link.label"
class="w-10 h-10 rounded-lg"