Commit 6fa8c991 by RuoYi

移动端点击左侧目录不进行菜单切换

parent 51f98aa0
...@@ -38,7 +38,7 @@ $(function() { ...@@ -38,7 +38,7 @@ $(function() {
} }
}); });
$('#side-menu>li li a').click(function() { $('#side-menu>li li a:not(:has(span))').click(function() {
if ($(window).width() < 769) { if ($(window).width() < 769) {
NavToggle(); NavToggle();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment