// $("#fjyj").click(function () {
// //window.location.href = "/sysconfig/SuperVisorEdit";
// navigateToTeamPersonModule('/CollectData/GradeWarning/EduIndex', '分级预警');
// });
function navigateToTeamPersonModule(url, name) {
var ids = new Date().getTime();
window.parent.layui.element.tabAdd('layuiminiTab',
{
tabId: url,
href: url,
title: name,
content: `<iframe width="100%" height="100%" frameborder="no" border="0" marginwidth="0" marginheight="0" src="${url}"></iframe>`,
id:ids,
}
);
//窗体定位到新tab
window.parent.layui.element.tabChange('layuiminiTab', ids);
//跳转的同时关闭弹窗,便于返回页面后请求接口
layer.close(layer.index);
}
效果:
文章来源地址https://www.toymoban.com/news/detail-690000.html
文章来源:https://www.toymoban.com/news/detail-690000.html
到了这里,关于layui 新增tab标签页的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!