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