wenbobowen 4 years ago
parent
commit
75f1d658db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/input/normalArea.vue

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

@@ -153,7 +153,7 @@ export default {
       //     ia[i] = bytes.charCodeAt(i); //这里有点疑惑,ia是怎么改变ab的?注:①
       // }
       // var blob = new Blob([ab], {type: 'image/jpeg'});
-      // var fd = new FormData();
+      var fd = new FormData();
       
       fd.append('file', base64Url2Blob(imgData));
       fd.append('innerPublic',true);