fix: 🐛 删除多余的代码
This commit is contained in:
parent
9823b72487
commit
b1ea7b9dc4
|
|
@ -25,9 +25,6 @@ const logo = ref(new URL(`../../../assets/logo.png`, import.meta.url).href);
|
|||
to="/"
|
||||
>
|
||||
<img v-if="settingsStore.sidebarLogo" :src="logo" class="w-5 h-5" />
|
||||
<span v-else class="ml-3 text-white text-sm font-bold"
|
||||
>vue3-element-admin</span
|
||||
>
|
||||
</router-link>
|
||||
|
||||
<router-link
|
||||
|
|
|
|||
Loading…
Reference in New Issue