|
@@ -441,6 +441,7 @@ export default {
|
|
|
absolutePath = file.absolutePath
|
|
|
type = file.type
|
|
|
}
|
|
|
+ // window.open(`#/perview?fileId=${idNum}&name=${name}&absolutePath=${absolutePath}`)
|
|
|
const imgType = ['.jpg', '.png', '.jpeg', '.gif', '.bmp']
|
|
|
if (imgType.includes(type.toLowerCase())) {
|
|
|
window.open(`#/perview?fileId=${idNum}&name=${name}&absolutePath=${absolutePath}`)
|