uniapp 页面嵌套iframe后发现返回需要点击两次

<iframe ref="iframe"></iframe>


this.$refs.iframe.contentWindow.location.replace(this.viewUrl);

  替换src的时候不能直接替换,得覆盖之前src

posted @ 2022-01-05 11:13  络角阔落  阅读(1066)  评论(0)    收藏  举报