Skip to content

Commit

Permalink
fix: image
Browse files Browse the repository at this point in the history
  • Loading branch information
daodao97 committed Jun 13, 2021
1 parent f768e77 commit 289e82e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/settings.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
title: 'HyperfAdmin',
logo: 'https://cdn.jsdelivr.net/gh/daodao97/FigureBed@master/uPic/hyperf-admin.png',
logo: 'https://gitee.com/daodao97/asset/raw/master/uPic/hyperf-admin.png',
tokenKey: 'hyperf_amdin_token',
fixedHeader: false,
sidebarLogo: true,
Expand Down
4 changes: 2 additions & 2 deletions src/views/login/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ $light_gray:#eee;
}
.title {
background: url('http://oms.mengtuiapp.com/img/logo-small.png') center center no-repeat;
height: 40px;
//background: url('https://gitee.com/daodao97/asset/raw/master/uPic/hyperf-admin.png') center center no-repeat;
//height: 40px;
margin: 0px auto 30px auto;
text-align: center;
font-weight: bold;
Expand Down

0 comments on commit 289e82e

Please sign in to comment.