zdg #105

Merged
zhengdegang merged 17 commits from zdg into main 2024-08-07 16:11:14 +08:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 2a78cb40dc - Show all commits

View File

@ -491,6 +491,8 @@ export default {
// PDF-
async navtoPdf() {
const toolStore = useToolState()
if (toolStore.isPdfWin) return this.$message.error('您当前已打开课本,请勿重复操作')
let path = await this.getBookPathFromServer()
// console.log(path)
// console.log(this.uploadData.textbookId)