zhaowei
2024-11-11 8f38a93c9c9ddaf547200a542aecced93f8857a3
src/components/tools/Logo.vue
@@ -4,10 +4,10 @@
      <!-- 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">{{ title }}</h1>
      <h1 v-if="showTitle" style="color: #fff">{{ title }}</h1>
    </router-link>
  </div>
</template>