picture
This commit is contained in:
parent
1a51a419f3
commit
321b819312
|
@ -1025,7 +1025,8 @@
|
|||
while (n--) {
|
||||
bufferArray[n] = bytes.charCodeAt(n);
|
||||
}
|
||||
return new File([bufferArray ],{ type:'image/png'});
|
||||
// let fileOfBlob = new File([bufferArray], new Date()+'.jpg');
|
||||
return new File([bufferArray ],'draw.jpg');
|
||||
},
|
||||
|
||||
//新增记录表
|
||||
|
|
Loading…
Reference in New Issue