logo无法正常显示的问题
This commit is contained in:
parent
a78a384df4
commit
60b22314bf
@ -30,7 +30,7 @@ const logo = ref<string>(
|
|||||||
class="h-[50px] flex items-center justify-center"
|
class="h-[50px] flex items-center justify-center"
|
||||||
to="/dashboard"
|
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 }}
|
<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>
|
<span v-if="institutionName != null && institutionName != ''" style="color: rgba(64,158,255);">{{ institutionName }}</span>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user