安企CMS:默认企业模板,菜单上不想要三 级导航,删除方法
不想要下面这个效果的,如图:
删除base.html 大约57-65行 之间的代码 如下
{% archiveList products with type="list" categoryId=inner.PageId limit="8" %}
{% if products %}
<ul class="nav-menu-child-child">
{% for item in products %}
<li><a href="{{item.Link}}">{{item.Title}}</a></li>
{% endfor %}
</ul>
{% endif %}
{% endarchiveList %}