更换logo,用户管理优化完成

This commit is contained in:
dqjdda
2019-11-22 17:41:07 +08:00
parent ea085433e2
commit d99fb71fe0
11 changed files with 206 additions and 372 deletions

View File

@@ -14,6 +14,7 @@
</template>
<script>
import Logo from '@/assets/images/logo.png'
export default {
name: 'SidebarLogo',
props: {
@@ -24,8 +25,8 @@ export default {
},
data() {
return {
title: 'EL-ADMIN 后台管理',
logo: 'https://wpimg.wallstcn.com/69a1c46c-eb1c-4b46-8bd4-e9e686ef5251.png'
title: 'ELADMIN-后台管理',
logo: Logo
}
}
}
@@ -57,7 +58,7 @@ export default {
width: 32px;
height: 32px;
vertical-align: middle;
margin-right: 12px;
margin-right: 6px;
}
& .sidebar-title {