驾校
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user