src/components/tools/Logo.vue
@@ -7,7 +7,7 @@ <img v-else src="~@/assets/logo-yt.jpg" alt="logo"> <!-- update-begin- author:sunjianlei --- date:20190814 --- for: logo颜色根据主题颜色变化 --> <h1 v-if="showTitle">{{ title }}</h1> <h1 v-if="showTitle" style="color: #fff">{{ title }}</h1> </router-link> </div> </template>