Browse Source

隐藏翻译按钮

ai_dev
zhouhaibin 2 months ago
parent
commit
bbe234f6cd
  1. 4
      src/layouts/default/header/index.vue

4
src/layouts/default/header/index.vue

@ -43,12 +43,12 @@
<FullScreen v-if="getShowFullScreen" :class="`${prefixCls}-action__item fullscreen-item`" /> <FullScreen v-if="getShowFullScreen" :class="`${prefixCls}-action__item fullscreen-item`" />
<AppLocalePicker <!-- <AppLocalePicker
v-if="getShowLocalePicker" v-if="getShowLocalePicker"
:reload="true" :reload="true"
:showText="false" :showText="false"
:class="`${prefixCls}-action__item`" :class="`${prefixCls}-action__item`"
/> /> -->
<UserDropDown :theme="getHeaderTheme" /> <UserDropDown :theme="getHeaderTheme" />

Loading…
Cancel
Save