Skip to content

Commit

Permalink
解决logo图片与iconfont引用失败的BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxx-u committed Jul 20, 2018
1 parent 158f881 commit 47e1934
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/utils/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ module.exports = {
name: 'bird-front',
prefix: 'bird',
footerText: 'bird admin © 2018 liuxx',
logo: '/public/logo.svg',
iconFontCSS: '/public/iconfont.css',
iconFontJS: '/public/iconfont.js',
logo: '/logo.svg',
iconFontCSS: '/iconfont.css',
iconFontJS: '/iconfont.js',
CORS: ['http://localhost:8000'],
openPages: ['/login'],
apiPrefix: '/api/v1',
Expand Down

0 comments on commit 47e1934

Please sign in to comment.