This commit is contained in:
qsh
2024-05-28 11:46:28 +08:00
parent 1f9be6227c
commit c258155972
10 changed files with 183 additions and 76 deletions

View File

@@ -12,6 +12,7 @@ const appStore = useAppStore()
const show = ref(true)
const title = computed(() => appStore.getAppInfo?.instanceName)
const logoUrl = computed(() => appStore.getAppInfo?.instanceIcon)
const layout = computed(() => appStore.getLayout)
@@ -67,7 +68,7 @@ watch(
>
<img
class="w-[calc(var(--logo-height)-10px)] h-[calc(var(--logo-height)-10px)]"
src="@/assets/imgs/logo.png"
:src="logoUrl"
/>
<div
v-if="show"