修改文章分类的缓存

This commit is contained in:
augushong
2021-03-29 12:45:37 +08:00
parent a993db8781
commit 93be540b54
6 changed files with 22 additions and 4 deletions

View File

@@ -38,7 +38,7 @@
</div>
<div class="ul-nav-tree-group-main">
{volist name='category.post' id='post'}
<a href="{:url('Index/index',['post_id'=>$post.id,'category_id'=>$post.category_id])}" class="ul-nav-tree-item">
<a href="{:url('Index/index',['post_id'=>$post.id])}" class="ul-nav-tree-item">
<div class="ul-nav-tree-item-title">
{$post.title}
</div>