修改:更换logo;

This commit is contained in:
chenghongxing
2020-06-21 18:03:10 +08:00
parent 9072bc93d7
commit ffed8a92a7
5 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
<a-layout-header :class="[headerTheme, 'global-header']">
<div :class="['global-header-wide', layout]">
<router-link v-if="isMobile || layout === 'head'" to="/" :class="['logo', isMobile ? null : 'pc', headerTheme]">
<img width="32" src="@/assets/img/vue-antd-logo.png" />
<img width="32" src="@/assets/img/logo.png" />
<h1 v-if="!isMobile">{{systemName}}</h1>
</router-link>
<a-divider v-if="isMobile" type="vertical" />