Skip to content

Commit

Permalink
img spoort https
Browse files Browse the repository at this point in the history
  • Loading branch information
bailicangdu committed May 1, 2018
1 parent df299e4 commit 4f36fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const getImgPath = {
getImgPath(path) {
let suffix;
if (!path) {
return 'http://test.fe.ptdev.cn/elm/elmlogo.jpeg'
return '//elm.cangdu.org/img/default.jpg'
}
if (path.indexOf('jpeg') !== -1) {
suffix = '.jpeg'
Expand Down

0 comments on commit 4f36fe0

Please sign in to comment.