From 5738186d0cdb07b97ff84d83e958e2dfe0292cc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Sun, 27 Feb 2022 01:05:35 +0800 Subject: [PATCH] =?UTF-8?q?refactor(Logo.vue):=20=E6=9B=B4=E6=8D=A2?= =?UTF-8?q?=E4=BE=A7=E8=BE=B9=E6=A0=8FLogo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Sidebar/Logo.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 040fab64..3e0571b4 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -24,8 +24,8 @@ export default { }, data() { return { - title: 'Vue Admin Template', - logo: 'https://wpimg.wallstcn.com/69a1c46c-eb1c-4b46-8bd4-e9e686ef5251.png' + title: 'youlai-mall', + logo: 'https://gitee.com/haoxr/image/raw/master/default/logo.png' } } }