YNUtdPlatform/pages/YNEduApp/learn/pdfStudy.vue

20 lines
623 B
Vue

<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
url: '/static/pdf.html?http://qp118.bmwae.cn/preview/file?pageCount=4&file_type=pdf&id=1117542&url=https%3A%2F%2Fbmwfileres.bmwax.cn%2Fmqrcode%2Fmqrfile%2F586413%2F1723517907_3080034644_%E6%B5%8B%E8%AF%95.pdf&preview_url=convert%2Fmqrcode%2Fmqrfile%2F586413%2F1723517907_3080034644_%E6%B5%8B%E8%AF%95&short=xmQqgA&domain=w.afbcs.cn&sign=&d=true&t=%E6%B5%8B%E8%AF%95&tips=',
};
},
onLoad(params){
// let {url} = params
// this.url = `/static/pdf.html?url=${url}`
},
}
</script>