|
@@ -452,7 +452,7 @@ export default {
|
|
|
const newName = `预览图片${fileType || type}`
|
|
|
window.open(`#/perview?fileId=${idNum}&absolutePath=${absolutePath}&name=${newName}`)
|
|
|
} else {
|
|
|
- window.open(`${process.env.VUE_APP_BASE_API}/system/fileStorage/preview?fileId=${idNum}&resource=${fileType ? 0 : 1}`)
|
|
|
+ window.open(`${process.env.VUE_APP_BASE_API}/system/fileStorage/preview?fileId=${idNum}&resource=${fileType ? 0 : 1}#toolbar=0&navpanes=0&scrollbar=0`)
|
|
|
}
|
|
|
},
|
|
|
downloadClick(row) {
|