logo无法正常显示的问题

This commit is contained in:
wangxk 2025-07-04 09:31:26 +08:00
parent a78a384df4
commit 60b22314bf

View File

@ -30,7 +30,7 @@ const logo = ref<string>(
class="h-[50px] flex items-center justify-center"
to="/dashboard"
>
<img :src="logo" />
<img src="/image/logo.png" />
<h1 class="ml-2 text-blank font-bold" :style="{fontSize: appStore.size === 'default' ? '20px' : '22px'}">{{ title }}
<span v-if="institutionName != null && institutionName != ''" style="color: rgba(64,158,255);">{{ institutionName }}</span>