Browse Source

Merge branch 'dev/v1.1.1_tsz' of jianyu/web into feature/v1.1.1

汤世哲 4 tháng trước cách đây
mục cha
commit
847b81791f
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      apps/mobile/src/views/common/pdfViewExample.vue

+ 2 - 2
apps/mobile/src/views/common/pdfViewExample.vue

@@ -44,8 +44,8 @@ export default {
       this.pdfUrl = decodeURIComponent(pdfUrl)
     }
     else {
-      const pdfAssets = getAssetsFile('example-min.pdf')
-      this.pdfUrl = pdfAssets
+      // const pdfAssets = getAssetsFile('example-min.pdf')
+      this.pdfUrl = 'https://cdn-common.jianyu360.com/cdn/assets/file/example.pdf'
     }
   },
   mounted() {