@@ -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 = {