Lius
2024-11-04 de9a4d79bdde483b39c9d5292584844495c83a15
src/components/tools/Logo.vue
@@ -4,7 +4,7 @@
      <!-- update-begin- author:sunjianlei --- date:20190814 --- for: logo颜色根据主题颜色变化 -->
      <img v-if="navTheme === 'dark'" src="~@/assets/logo-white.png" alt="logo">
      <img v-else src="~@/assets/logo-yt.jpg" alt="logo">
      <img v-else src="~@/assets/logo-yt.png" alt="logo">
      <!-- update-begin- author:sunjianlei --- date:20190814 --- for: logo颜色根据主题颜色变化 -->
      <h1 v-if="showTitle" style="color: #fff">{{ title }}</h1>