|
|
@ -321,8 +321,9 @@ |
|
|
|
this.previewVisible = true; |
|
|
|
this.previewVisible = true; |
|
|
|
}else if (file.url) { |
|
|
|
}else if (file.url) { |
|
|
|
// 此base地址可以配置到一个常量文件里 |
|
|
|
// 此base地址可以配置到一个常量文件里 |
|
|
|
let base = "http://182.92.73.21:8012/onlinePreview?url=" |
|
|
|
//let base = "http://182.92.73.21:8012/onlinePreview?url=" |
|
|
|
let url = base+encodeURIComponent(this.$Base64.encode(file.url)) |
|
|
|
console.log(window._CONFIG['onlinePreviewDomainURL'],"//////////////////////////????") |
|
|
|
|
|
|
|
let url = window._CONFIG['onlinePreviewDomainURL']+encodeURIComponent(this.$Base64.encode(file.url)) |
|
|
|
window.open(url, '_blank') |
|
|
|
window.open(url, '_blank') |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|