Skip to content

Commit ce5e0e9

Browse files
committed
fix(projects): hidden multi-language button in login page. fix #694
1 parent 5cf3236 commit ce5e0e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/_builtin/login/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ const bgColor = computed(() => {
6666
@switch="themeStore.toggleThemeScheme"
6767
/>
6868
<LangSwitch
69+
v-if="themeStore.header.multilingual.visible"
6970
:lang="appStore.locale"
7071
:lang-options="appStore.localeOptions"
7172
:show-tooltip="false"

0 commit comments

Comments
 (0)