Skip to content

Commit 4f36fe0

Browse files
committed
img spoort https
1 parent df299e4 commit 4f36fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/mixin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const getImgPath = {
7272
getImgPath(path) {
7373
let suffix;
7474
if (!path) {
75-
return 'http://test.fe.ptdev.cn/elm/elmlogo.jpeg'
75+
return '//elm.cangdu.org/img/default.jpg'
7676
}
7777
if (path.indexOf('jpeg') !== -1) {
7878
suffix = '.jpeg'

0 commit comments

Comments
 (0)