zhongshujie
2025-03-05 c20313290a710302ba68c3af2e8aa9ab162ad00b
src/components/pdfview/index.vue
@@ -104,6 +104,7 @@
      this.localDialogVisible = true
    },
    async downloadPdf() {
      console.log(this.preViewMd5)
      window.open(await getResourcePath(this.preViewMd5))
    },
    domViewer() {