使用 iframe.contentWindow.location.replace替代标签内的src跳转
let iframe=this.$refs.iframe
iframe.contentWindow.location.replace(this.fileUrl)
使用 iframe.contentWindow.location.replace替代标签内的src跳转
let iframe=this.$refs.iframe
iframe.contentWindow.location.replace(this.fileUrl)