We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df299e4 commit 4f36fe0Copy full SHA for 4f36fe0
src/components/common/mixin.js
@@ -72,7 +72,7 @@ export const getImgPath = {
72
getImgPath(path) {
73
let suffix;
74
if (!path) {
75
- return 'http://test.fe.ptdev.cn/elm/elmlogo.jpeg'
+ return '//elm.cangdu.org/img/default.jpg'
76
}
77
if (path.indexOf('jpeg') !== -1) {
78
suffix = '.jpeg'
0 commit comments