Kaynağa Gözat

修改bug

修改bug
dangyunlong 1 ay önce
ebeveyn
işleme
33a7941e08
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      src/layout/components/Sidebar/Logo.vue

+ 2 - 2
src/layout/components/Sidebar/Logo.vue

@@ -12,8 +12,8 @@
         <h1 class="sidebar-title" v-else>返回首页</h1>
       </a>
       <a :href="'http://' + this.$store.state.user.userurl" v-else key="expand" class="sidebar-logo-link">
-        <h1 class="sidebar-title" v-if="this.$store.state.user.usertype==10000">{{ title }} </h1>
-        <h1 class="sidebar-title" v-else>返回首页 </h1>
+        <h1 class="sidebar-title" v-if="this.$store.state.user.usertype!=10000">{{ title }} </h1>
+        <h1 class="sidebar-title" v-else>返回首页</h1>
       </a>
     </transition>
   </div>