lsc 2 年之前
父節點
當前提交
66cb5495d5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/GM/studyStudentGM.vue

+ 1 - 1
src/components/GM/studyStudentGM.vue

@@ -5765,7 +5765,7 @@ export default {
       ) {
         // const blob = await imageConversion.compress(file, 0.8)
         file = await this.pngToWhiteBg(file);
-        const blob = await imageConversion.compressAccurately(file, 64);
+        const blob = await imageConversion.compressAccurately(file, 128);
         // const blob = await imageConversion.compressAccurately(file, {type:file.type});
         file = new File([blob], file.name, { type: file.type });
       }