修改:更换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-sider :class="[theme, 'sider', isMobile ? null : 'shadow']" width="256px" :collapsible="collapsible" v-model="collapsed" :trigger="null">
<div :class="['logo', theme]">
<router-link to="/dashboard/workplace">
<img src="@/assets/img/vue-antd-logo.png">
<img src="@/assets/img/logo.png">
<h1>{{systemName}}</h1>
</router-link>
</div>