|
@@ -33,11 +33,11 @@
|
|
|
|
|
|
<!-- action -->
|
|
|
<div :class="`${prefixCls}-action`">
|
|
|
- <AppSearch :class="`${prefixCls}-action__item `" v-if="getShowSearch" />
|
|
|
+ <!-- <AppSearch :class="`${prefixCls}-action__item `" v-if="getShowSearch" /> -->
|
|
|
|
|
|
- <ErrorAction v-if="getUseErrorHandle" :class="`${prefixCls}-action__item error-action`" />
|
|
|
+ <!-- <ErrorAction v-if="getUseErrorHandle" :class="`${prefixCls}-action__item error-action`" /> -->
|
|
|
|
|
|
- <Notify v-if="getShowNotice" :class="`${prefixCls}-action__item notify-item`" />
|
|
|
+ <!-- <Notify v-if="getShowNotice" :class="`${prefixCls}-action__item notify-item`" /> -->
|
|
|
|
|
|
<FullScreen v-if="getShowFullScreen" :class="`${prefixCls}-action__item fullscreen-item`" />
|
|
|
|
|
@@ -64,7 +64,7 @@
|
|
|
import LayoutMenu from '../menu/index.vue';
|
|
|
import LayoutTrigger from '../trigger/index.vue';
|
|
|
|
|
|
- import { AppSearch } from '/@/components/Application';
|
|
|
+ // import { AppSearch } from '/@/components/Application';
|
|
|
|
|
|
import { useHeaderSetting } from '/@/hooks/setting/useHeaderSetting';
|
|
|
import { useMenuSetting } from '/@/hooks/setting/useMenuSetting';
|
|
@@ -73,8 +73,8 @@
|
|
|
import { MenuModeEnum, MenuSplitTyeEnum } from '/@/enums/menuEnum';
|
|
|
import { SettingButtonPositionEnum } from '/@/enums/appEnum';
|
|
|
import { AppLocalePicker } from '/@/components/Application';
|
|
|
-
|
|
|
- import { UserDropDown, LayoutBreadcrumb, FullScreen, Notify, ErrorAction } from './components';
|
|
|
+ // Notify ErrorAction
|
|
|
+ import { UserDropDown, LayoutBreadcrumb, FullScreen } from './components';
|
|
|
import { useAppInject } from '/@/hooks/web/useAppInject';
|
|
|
import { useDesign } from '/@/hooks/web/useDesign';
|
|
|
|
|
@@ -92,9 +92,9 @@
|
|
|
UserDropDown,
|
|
|
AppLocalePicker,
|
|
|
FullScreen,
|
|
|
- Notify,
|
|
|
- AppSearch,
|
|
|
- ErrorAction,
|
|
|
+ // Notify,
|
|
|
+ // AppSearch,
|
|
|
+ // ErrorAction,
|
|
|
SettingDrawer: createAsyncComponent(() => import('/@/layouts/default/setting/index.vue'), {
|
|
|
loading: true,
|
|
|
}),
|