fix: 🐛 删除多余的代码

This commit is contained in:
4eversad 2023-09-01 16:16:10 +08:00
parent 9823b72487
commit b1ea7b9dc4
1 changed files with 0 additions and 3 deletions

View File

@ -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