Skip to content

Commit 88ad6cf

Browse files
save file
1 parent 4911955 commit 88ad6cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

utils/misc/zip/v2.0/zip-v2.0.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@
362362
btn.export = async function(){
363363
console.log(filenav.cur,zip);
364364
var path = filenav.cur.path+filenav.cur.name;
365+
path = path.slice(1);
365366
console.log(path);
366367
var blob = await zip.file(path).async('blob');
367368
console.log(blob);

0 commit comments

Comments
 (0)