iframe跳转回退需点击两次
2023-02-21 本文已影响0人
sunowter
使用 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)