wenbobowen 4 anni fa
parent
commit
6b0393398e
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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 = {