flx:修改预览
This commit is contained in:
parent
57c5e41b95
commit
0de76db637
@ -622,7 +622,7 @@ export default {
|
||||
return row.fileUrl.indexOf(item) == -1;
|
||||
});
|
||||
console.log(every);
|
||||
let src = row.fileUrl;
|
||||
let src = row.fileUrl.includes('http://') ? row.fileUrl : this.$store.state.FILEURL + row.fileUrl;
|
||||
this.previewUrl = every ? `http://jxjzw.zhgdyun.com:8012/onlinePreview?url=${encodeURIComponent(encode(src))}` : src;
|
||||
console.log(this.previewUrl);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user