소스 검색

修改bug

修改bug
dangyunlong 1 개월 전
부모
커밋
33a7941e08
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>