实施阅片预览
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2026-01-23 10:15:35 +08:00
parent 8c84cb5101
commit 377cdb968d
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ export default {
},
handlePreview(filePath) {
if (filePath) {
window.open(this.OSSclientConfig.basePath + filePath, '_blank')
window.open(window.location.origin + filePath, '_blank')
}
},
handleSearch() {