2 Commits

Author SHA1 Message Date
ouzhiqiang
52b265f36e Merge branch 'ozq-dev' into dev 2025-09-18 17:50:21 +08:00
ouzhiqiang
5f9fb74696 修改分类 2025-09-18 17:50:05 +08:00

View File

@@ -33,7 +33,7 @@
{notempty name="article_categorys"}
<div class="nav-tree">
<!-- start 三级菜单的测试代码 -->
<!-- start 三级菜单 -->
{volist name="article_categorys" id="ac"}
<div class="category">
<!-- 一级 -->
@@ -66,7 +66,7 @@
</ul>
</div>
{/volist}
<!-- end 三级菜单的测试代码 -->
<!-- end 三级菜单 -->
</div>
{/notempty}