实施阅片预览
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
8c84cb5101
commit
377cdb968d
|
|
@ -187,7 +187,7 @@ export default {
|
||||||
},
|
},
|
||||||
handlePreview(filePath) {
|
handlePreview(filePath) {
|
||||||
if (filePath) {
|
if (filePath) {
|
||||||
window.open(this.OSSclientConfig.basePath + filePath, '_blank')
|
window.open(window.location.origin + filePath, '_blank')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
handleSearch() {
|
handleSearch() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue