This commit is contained in:
Vanessa 2023-03-30 18:15:20 +08:00 committed by Liang Ding
parent c78c7a1d63
commit 418d5ba64f
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
7 changed files with 28 additions and 28 deletions

View file

@ -7,5 +7,5 @@ export const positionPDF = (pathStr: string, page: string | number) => {
tab.parent.switchTab(tab.headElement);
tab.model.goToPage(page);
}
})
}
});
};

View file

@ -146,4 +146,4 @@ new App();
// 再次点击新窗口已打开的 PDF 时,需进行定位
window.newWindow = {
positionPDF: positionPDF
}
};