layui 樹形菜單自動刷新

http://fly.layui.com/jie/14570/ui

 

修改源碼位置:   找到 js/tab.js找到如圖對應的位置, 將false 修改成true , 在對應位置加上element

_config.elem.find('div.layui-tab-content > div').eq(tabIndex).children('iframe')[0].contentWindow.location = data.href;get

/* 對應源碼位置iframe

 } else {
            element.tabChange(ELEM.tabFilter, that.getTabId(data.title));
            //自動刷新
            if (_config.autoRefresh) {
                //2017年9月12日15:59:36  新增長上的
                _config.elem.find('div.layui-tab-content > div').eq(tabIndex).children('iframe')[0].contentWindow.location = data.href;
                _config.elem.find('div.layui-tab-content > div').eq(tabIndex).children('iframe')[0].contentWindow.location.reload();
            }
        }源碼

*/it

http://fly.layui.com/jie/7991/io

相關文章
相關標籤/搜索