|
|
@ -89,9 +89,9 @@ Vue.prototype.showImg = img => { |
|
|
|
if (!img) return; |
|
|
|
let timeStamp = new Date().getTime() |
|
|
|
if (img.indexOf('https://') != -1 || img.indexOf('http://') != -1) { |
|
|
|
return img+"?timestamp="+timeStamp; |
|
|
|
return img; |
|
|
|
} else { |
|
|
|
return Vue.prototype.NEWAPIURL + img +"?timestamp="+timeStamp; |
|
|
|
return Vue.prototype.NEWAPIURL + img; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|