2
0

fix: 中英文切换

This commit is contained in:
caiyuchao
2025-01-23 19:37:29 +08:00
parent e6aa12bcac
commit 219584525f

View File

@@ -57,7 +57,7 @@ const headerMenus = computed(() => {
<GlobalBreadcrumb v-if="!appStore.isMobile" class="ml-12px" />
</div>
<div class="h-full flex-y-center justify-end">
<LangSwitch :lang="appStore.locale" :lang-options="appStore.localeOptions" @change-lang="appStore.changeLocale" v-if="hasRole('super')"/>
<LangSwitch :lang="appStore.locale" :lang-options="appStore.localeOptions" @change-lang="appStore.changeLocale" "/>
<FullScreen v-if="!appStore.isMobile" :full="isFullscreen" @click="toggle" />
<ThemeSchemaSwitch
:theme-schema="themeStore.themeScheme"