Sfoglia il codice sorgente

[Feat 0000] 修改Header展示逻辑

houzekong 11 mesi fa
parent
commit
aca55763d0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>