1
litian
2024-10-16 a8ca6dbb8dfcea7f8481e45c8f83222358f36577
src/views/components/pdfview.vue
@@ -131,7 +131,7 @@
  MG.file
    .getPdfInfo({ md5: preViewMd5.value })
    .then((res) => {
      totalPage.value = res.totalPages
      totalPage.value = JSON.parse(res).totalPages
      createDom(currentPage.value)
    })
    .catch((err) => {