Explorar el Código

[Feat 0000] 修改Header展示逻辑

houzekong hace 1 año
padre
commit
aca55763d0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/layouts/default/header/index.vue

+ 1 - 1
src/layouts/default/header/index.vue

@@ -46,7 +46,7 @@
     <!-- action  -->
     <div :class="`${prefixCls}-action`">
       <div class="right-position">
-        <UserDropDown v-if="!showUserDropdown" :theme="getHeaderTheme" />
+        <UserDropDown v-if="showUserDropdown" :theme="getHeaderTheme" />
       </div>
     </div>
   </Header>