wenbobowen 4 năm trước cách đây
mục cha
commit
6b0393398e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/components/input/normalArea.vue

+ 0 - 1
src/components/input/normalArea.vue

@@ -154,7 +154,6 @@ export default {
       // }
       // var blob = new Blob([ab], {type: 'image/jpeg'});
       var fd = new FormData();
-      
       fd.append('file', this.base64Url2Blob(imgData));
       fd.append('innerPublic',true);
       const config = {