修改图片预览

This commit is contained in:
gaosong
2024-01-08 16:22:50 +08:00
parent caf1ab94ba
commit a904ae1b19
6 changed files with 21 additions and 8 deletions
@@ -118,6 +118,7 @@
let index1 = fileName.lastIndexOf('.')
let index2 = fileName.length
let fileSuffix = fileName.substring(index1, index2)
fileSuffix = fileSuffix.toLowerCase()
if (this.Uploadable.includes(fileSuffix)) {
} else {