refactor(Logo.vue): 更换侧边栏Logo

This commit is contained in:
郝先瑞
2022-02-27 01:05:35 +08:00
parent 11bcc1942e
commit 5738186d0c

View File

@@ -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'
}
}
}