Commit 50ccfdbb by army

二级父菜单修正

parent 67264251
......@@ -16,7 +16,7 @@
<dd><a lay-href="${subMenu.url}">${subMenu.name}</a></dd>
@}else{
<dd>
<a>${subSubMenu.name}</a>
<a>${subMenu.name}</a>
<dl class="layui-nav-child">
@for(subSubMenu in subMenu.children){
@if(tool.isEmpty(subSubMenu.children)){
......
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