xsh_1997 дней назад: 3
Родитель
Сommit
13193d5862

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

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

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

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