diff --git a/frontend/vben/src/components/Application/index.ts b/frontend/vben/src/components/Application/index.ts index f1c7e6f..c07f1d5 100644 --- a/frontend/vben/src/components/Application/index.ts +++ b/frontend/vben/src/components/Application/index.ts @@ -3,7 +3,7 @@ import { withInstall } from '/@/utils' import appLogo from './src/AppLogo.vue' import appProvider from './src/AppProvider.vue' import appSearch from './src/search/AppSearch.vue' -import appLocalePicker from './src/AppLocalePicker.vue' +// import appLocalePicker from './src/AppLocalePicker.vue' import appDarkModeToggle from './src/AppDarkModeToggle.vue' export { useAppProviderContext } from './src/useAppContext' @@ -11,5 +11,5 @@ export { useAppProviderContext } from './src/useAppContext' export const AppLogo = withInstall(appLogo) export const AppProvider = withInstall(appProvider) export const AppSearch = withInstall(appSearch) -export const AppLocalePicker = withInstall(appLocalePicker) +// export const AppLocalePicker = withInstall(appLocalePicker) export const AppDarkModeToggle = withInstall(appDarkModeToggle) diff --git a/frontend/vben/src/layouts/default/header/index.vue b/frontend/vben/src/layouts/default/header/index.vue index 45669b3..662b5f3 100644 --- a/frontend/vben/src/layouts/default/header/index.vue +++ b/frontend/vben/src/layouts/default/header/index.vue @@ -39,12 +39,12 @@ - + /> --> @@ -70,7 +70,7 @@ import { MenuModeEnum, MenuSplitTyeEnum } from '/@/enums/menuEnum' import { SettingButtonPositionEnum } from '/@/enums/appEnum' - import { AppLocalePicker } from '/@/components/Application' + // import { AppLocalePicker } from '/@/components/Application' import { UserDropDown, LayoutBreadcrumb, FullScreen, Notify } from './components' import { useAppInject } from '/@/hooks/web/useAppInject' @@ -88,7 +88,7 @@ LayoutBreadcrumb, LayoutMenu, UserDropDown, - AppLocalePicker, + // AppLocalePicker, FullScreen, Notify, AppSearch, diff --git a/frontend/vben/src/views/sys/login/Login.vue b/frontend/vben/src/views/sys/login/Login.vue index 8364e13..75eefa0 100644 --- a/frontend/vben/src/views/sys/login/Login.vue +++ b/frontend/vben/src/views/sys/login/Login.vue @@ -2,11 +2,11 @@
- + /> -->
@@ -49,7 +49,7 @@