xsh_1997 3 днів тому
батько
коміт
13193d5862

+ 2 - 2
ruoyi-screen/src/components/ScreenNavBar.vue

@@ -30,14 +30,14 @@
30 30
         </div>
31 31
       </div>
32 32
     </div>
33
-    <div class="logout" @click.stop="onLogout">
33
+    <!-- <div class="logout" @click.stop="onLogout">
34 34
       <div class="screen-nav-item-zh">
35 35
         {{ logoutNav.zh }}
36 36
       </div>
37 37
       <div class="screen-nav-item-bo">
38 38
         {{ logoutNav.bo }}
39 39
       </div>
40
-    </div>
40
+    </div> -->
41 41
   </header>
42 42
 </template>
43 43
 

+ 1 - 1
ruoyi-ui/src/layout/components/Sidebar/Logo.vue

@@ -6,7 +6,7 @@
6 6
         <h1 v-else class="sidebar-title" :style="{ color: sideTheme === 'theme-dark' && navType !== 3 ? variables.logoTitleColor : variables.logoLightTitleColor }">{{ title }} </h1>
7 7
       </router-link>
8 8
       <router-link v-else key="expand" class="sidebar-logo-link" to="/">
9
-        <!-- <img v-if="logo" :src="logo" class="sidebar-logo" /> -->
9
+        <img v-if="logo" :src="logo" class="sidebar-logo" />
10 10
         <h1 class="sidebar-title" :style="{ color: sideTheme === 'theme-dark' && navType !== 3 ? variables.logoTitleColor : variables.logoLightTitleColor }">{{ title }} </h1>
11 11
       </router-link>
12 12
     </transition>