lsc 3 лет назад
Родитель
Сommit
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 });
       }