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.svg" alt="logo"> <img v-else src="~@/assets/logo-yt.jpg" alt="logo"> <!-- update-begin- author:sunjianlei --- date:20190814 --- for: logo颜色根据主题颜色变化 --> <h1 v-if="showTitle">{{ title }}</h1> @@ -21,7 +21,7 @@ props: { title: { type: String, default: 'Jeecg-Boot Pro', default: '中国一拖集团有限公司', required: false }, showTitle: {