Kakoola 2019-12-05
直接上代码吧
<div > <el-button type="success" size="small" @click="isViewPdf20 = true" >按钮</el-button></div><el-dialog
title="预览文件" :visible.sync="isViewPdf20" :before-close="handleClose" :fullscreen="true"> <iframe :src=你要预览pdf的文件的地址 frameborder="0" style="width: 100vw; height: 80vh"></iframe></el-dialog>
preserve log:勾选,页面发生跳转,接口不丢失;;Disable cache:不使用缓存,勾选,拿服务器的缓存;不勾选,用本地缓存;;All那列,表示浏览器的请求类型,对应下面的列type;