fix(projects): hidden multi-language button in login page. fix #694

This commit is contained in:
Azir 2025-01-24 18:12:59 +08:00 committed by 青菜白玉汤
parent 5cf3236475
commit 54e7d6d00a

View File

@ -66,6 +66,7 @@ const bgColor = computed(() => {
@switch="themeStore.toggleThemeScheme" @switch="themeStore.toggleThemeScheme"
/> />
<LangSwitch <LangSwitch
v-if="themeStore.header.multilingual.visible"
:lang="appStore.locale" :lang="appStore.locale"
:lang-options="appStore.localeOptions" :lang-options="appStore.localeOptions"
:show-tooltip="false" :show-tooltip="false"