|
|
@@ -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>
|