原文:https://blog.csdn.net/sr_www/article/details/81394365

 

layuiAdmin 后台管理模板 iframe版 

在新标签中打开网页 / 在iframe中打开页面

 

    //iframe的方式打开 参数:url地址 tit标题
    function newTab(url, tit) {
            if (top.layui.index) {
                top.layui.index.openTabsPage(url, tit)
            } else {
                window.open(url)
            }
    }

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-11
  • 2021-06-12
  • 2021-12-29
  • 2021-11-17
  • 2021-11-17
猜你喜欢
  • 2022-01-02
  • 2022-01-02
  • 2021-10-11
  • 2021-06-23
  • 2022-12-23
  • 2021-12-03
  • 2022-12-23
相关资源
相似解决方案