mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update layout-top.html
This commit is contained in:
parent
983d63f759
commit
5c0aa6fe30
@ -12,10 +12,7 @@
|
||||
</li>
|
||||
{foreach $menus as $one}
|
||||
<li class="layui-nav-item">
|
||||
<a data-menu-node="m-{$one.id}" data-open="{$one.url}">
|
||||
<!--{notempty name='one.icon'}<span class='{$one.icon} padding-right-5'></span>{/notempty}-->
|
||||
<span>{$one.title|default=''}</span>
|
||||
</a>
|
||||
<a data-menu-node="m-{$one.id}" data-open="{$one.url}"><span>{$one.title|default=''}</span></a>
|
||||
</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user