Update upload.js

This commit is contained in:
Anyon 2022-05-30 10:53:49 +08:00
parent c67d760cf4
commit 4ce9e1cacd

View File

@ -73,7 +73,7 @@ define(['md5', 'notify'], function (SparkMD5, Notify, allowMime) {
file.notify = new NotifyExtend(file);
}
}), layui.each(files, function (index, file) {
// 启用图片限宽限高压缩
// 图片限宽限高压缩
if (/^image\/*$/.test(file.type) && file.maxWidth > 0 || file.maxHeight > 0 || file.quality !== 1) {
FileToBase64(file).then(function (base64) {
ImageToThumb(base64, file).then(function (base64) {