mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-20 07:16:43 +08:00
Merge branch 'nbs' into dev
This commit is contained in:
@@ -12,8 +12,8 @@ export default {
|
||||
},
|
||||
created() {
|
||||
const pdfUrl = encodeURIComponent(config.imgDomain + '/returnDirectStream?imgPath=' + encodeURIComponent(this.$route.params.id)) //id被转换了一下,所以要转换回去
|
||||
this.pdfUrl = location.origin + '/pdfjs/web/viewer.html?file=' + pdfUrl
|
||||
this.downLoadUrl = pdfUrl
|
||||
this.pdfUrl = location.origin + '/pdfjs/web/viewer.html?file=' + pdfUrl
|
||||
setTimeout(() => {
|
||||
this.filterBtn() // 初始化下载按钮
|
||||
window.appCallBack = this.appCallBack //app回调
|
||||
|
||||
Reference in New Issue
Block a user