Merge remote-tracking branch 'soybean/main' into dev

# Conflicts:
#	src/layouts/modules/global-header/index.vue
This commit is contained in:
xlsea
2025-06-05 21:48:46 +08:00
7 changed files with 36 additions and 11 deletions

View File

@ -45,7 +45,7 @@ const tenantId = ref<CommonType.IdType>(authStore.userInfo?.user?.tenantId || '0
</div>
<div class="h-full flex-y-center justify-end">
<TenantSelect v-if="!appStore.isMobile" v-model:value="tenantId" class="mr-12px w-150px" />
<GlobalSearch />
<GlobalSearch v-if="themeStore.header.globalSearch.visible" />
<MessageButton />
<FullScreen v-if="!appStore.isMobile" :full="isFullscreen" @click="toggle" />
<LangSwitch