|
|
@@ -358,7 +358,7 @@ const fileFunction = {
|
|
|
}
|
|
|
// 若当前点击项是pdf
|
|
|
if (row.extendName.toLowerCase() === 'pdf') {
|
|
|
- // window.open(this.getViewFilePath(row), '_blank')
|
|
|
+ window.open(this.getViewFilePath(row), '_blank')
|
|
|
}
|
|
|
// 若当前点击项是代码或文本文件
|
|
|
let codeFileSuffix = row.extendName.toLowerCase()
|