zhongshujie
15 小时以前 30d147c4c92dbfd5ca1b2f8c24a617dc82d2d25b
src/components/pdfview/index.vue
@@ -105,6 +105,8 @@
    },
    async downloadPdf() {
      console.log(this.preViewMd5)
      console.log(await getResourcePath(this.preViewMd5),"12345");
      window.open(await getResourcePath(this.preViewMd5))
    },
    domViewer() {