参考链接
vue:
mounted() { window["closeRightHelpPage"] = () => { this.drawer = false }; },

iframe中的html方法
<img onclick="closeRightHelpPage()" width="16px" height="16px" alt="关闭帮助" src="/designer/resource/images/close01.gif" /> var closeRightHelpPage = function(){ if(document.readyState == 'complete') { window.parent['closeRightHelpPage'](); } }

相关文章:

  • 2022-12-23
  • 2021-09-14
  • 2022-12-23
  • 2021-11-28
  • 2021-07-19
  • 2022-02-11
  • 2021-11-01
  • 2022-02-10
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-18
  • 2022-12-23
相关资源
相似解决方案