联调
This commit is contained in:
@@ -11,7 +11,7 @@ const appStore = useAppStore()
|
||||
|
||||
const show = ref(true)
|
||||
|
||||
const title = computed(() => appStore.getAppInfo.instanceName)
|
||||
const title = computed(() => appStore.getAppInfo?.instanceName)
|
||||
|
||||
const layout = computed(() => appStore.getLayout)
|
||||
|
||||
@@ -72,7 +72,7 @@ watch(
|
||||
<div
|
||||
v-if="show"
|
||||
:class="[
|
||||
'ml-10px text-16px font-700',
|
||||
'ml-10px text-14px font-700',
|
||||
{
|
||||
'text-[var(--logo-title-text-color)]': layout === 'classic',
|
||||
'text-[var(--top-header-text-color)]':
|
||||
|
||||
Reference in New Issue
Block a user