fix: 🐛 删除多余的代码
Former-commit-id: b1ea7b9dc4003eb472b162fd95e9c74d4e0a1e16
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user