文档库--文件预览
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
})
|
||||
},
|
||||
pdfPreview(item){
|
||||
window.open('/pdf/web/viewer.html?file=' + encodeURIComponent('/sys/common/download?id=' + item.id))
|
||||
window.open('/pdf/web/viewer.html?file=' + encodeURIComponent('/jero-boot/sys/common/pdf/viewFile?id=' + item.id))
|
||||
},
|
||||
download(item) {
|
||||
downloadFile('/sys/common/download', item.fileName, { id: item.id })
|
||||
|
||||
Reference in New Issue
Block a user