wenbobowen 4 years ago
parent
commit
6b0393398e
1 changed files with 0 additions and 1 deletions
  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 = {