|
@@ -37,7 +37,9 @@
|
|
zhaoshengZhaopinInfo({}).then(res => {
|
|
zhaoshengZhaopinInfo({}).then(res => {
|
|
console.log('res', res);
|
|
console.log('res', res);
|
|
content.value = res.data.content
|
|
content.value = res.data.content
|
|
- pdfUrl.value = res.data.pdfUrl
|
|
|
|
|
|
+
|
|
|
|
+ pdfUrl.value = `https://mozilla.github.io/pdf.js/web/viewer.html?file=${encodeURIComponent(res.data.pdfUrl)}`
|
|
|
|
+ // pdfUrl.value = res.data.pdfUrl
|
|
|
|
|
|
})
|
|
})
|
|
}
|
|
}
|