mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-09 11:32:48 +08:00
feat: 优化返回的tab定位
This commit is contained in:
@@ -303,11 +303,12 @@
|
||||
maxTabNum: options.maxTabNum,
|
||||
});
|
||||
}
|
||||
parent.layui.element.tabChange('layuiminiTab', tabId);
|
||||
parent.layer.close(loading);
|
||||
if (back == 1) {
|
||||
console.log(back);
|
||||
|
||||
|
||||
parent.layer.close(loading);
|
||||
// TODO:优化父元素操作兼容性
|
||||
parent.layui.element.tabChange('layuiminiTab', tabId);
|
||||
if (back == 1) {
|
||||
miniTab.delete(ua.getCurrentPageId());
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user