diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index ac0c8d8..49bb570 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -2,12 +2,12 @@ @@ -24,8 +24,9 @@ export default { }, data() { return { - title: 'Vue Element Admin', - logo: 'https://wpimg.wallstcn.com/69a1c46c-eb1c-4b46-8bd4-e9e686ef5251.png' + title: '金蚕后台管理系统', + logo_m: 'http://mp.kingsome.cn/static/img/logo-m.ba85c5f9.png', + logo: 'http://mp.kingsome.cn/static/img/logo.1de85a93.png' } } } @@ -55,8 +56,8 @@ export default { width: 100%; & .sidebar-logo { - width: 32px; - height: 32px; +// width: 32px; + height: 42px; vertical-align: middle; margin-right: 12px; }