chore: 🔨 合并冲突解决

Former-commit-id: 2ca36576eedeedb50b9a230b1d13c09306d1e0c4
This commit is contained in:
郝先瑞
2023-09-04 21:33:28 +08:00

View File

@@ -27,9 +27,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-if="layout == 'top'" class="ml-3 text-white text-sm font-bold"
>vue3-element-admin</span
>
</router-link>
<router-link