|
@@ -180,7 +180,7 @@ export default {
|
|
|
var pitem = {
|
|
|
name: item.fileName,
|
|
|
url: (this.isPublic ? publicFileGetUrl : (this.baseUrl + privateFileGetUrl)) + item.fileName,
|
|
|
- thumbUrl: (this.isPublic ? publicFileGetUrl : (this.baseUrl + privateFileGetUrl)) + item.fileName + "_s"
|
|
|
+ thumbUrl: (this.isPublic ? publicFileGetUrl : (this.baseUrl + privateFileGetUrl)) + item.fileName + "?imageView2/2/w/375"
|
|
|
};
|
|
|
this.previewList.push(pitem)
|
|
|
return item;
|