菜单侧边栏伸缩后导航失效问题修复

This commit is contained in:
HDM58\hdm58 2023-09-13 15:32:18 +08:00
parent 9e40900491
commit 580f3848f7

View File

@ -302,7 +302,7 @@ layui.define(['element'], function (exports) {
})
//当点击有side-menu-item属性的标签时即左侧菜单栏中内容 触发tab
$gouguMenuList.on('click', 'a.side-menu-item', function () {
$('body').on('click', 'a.side-menu-item', function () {
var that = $(this);
var url = that.data("href"), id = that.data("id"), title = that.data("title");
if (url == '' || url == '/') {