uniapp 页面嵌套iframe后发现返回需要点击两次
<iframe ref="iframe"></iframe> this.$refs.iframe.contentWindow.location.replace(this.viewUrl);
替换src的时候不能直接替换,得覆盖之前src
菜鸟自己的小记录,如有错请大佬纠错
<iframe ref="iframe"></iframe> this.$refs.iframe.contentWindow.location.replace(this.viewUrl);
替换src的时候不能直接替换,得覆盖之前src