Commit 958d9b8d1cf60ed40325ff80222dce15cbc000ac
1 parent
0282c714
修改字段
Showing
1 changed file
with
3 additions
and
2 deletions
src/main/resources/templates/common/frame.html
| ... | ... | @@ -60,8 +60,9 @@ line-height: 2em; margin: 0 auto;font-size: 2em" th:text="${session.sessionUser. |
| 60 | 60 | <span class="menu-item-top">审核云</span> |
| 61 | 61 | </a> |
| 62 | 62 | <ul class="treeview-menu"> |
| 63 | - <li class="active"><a href="/videos/page?state=0&receive=false" id="/videos/page"></i> 点播审核</a></li> | |
| 64 | - <li><a href="/comments/page?state=0&receive=false" id="/comments/page"> 评论审核</a></li> | |
| 63 | + <li class="active"><a href="/videos/page?state=0&receive=0" id="/videos/page"></i> 点播审核</a></li> | |
| 64 | + <li><a href="/comments/page?state=0&receive=0" id="/comments/page"> 评论审核</a></li> | |
| 65 | +<!-- <li><a href="/content/page?state=0&receive=0" id="/content/page"> 图文审核</a></li> --> | |
| 65 | 66 | </ul> |
| 66 | 67 | </li> |
| 67 | 68 | <li class="treeview" th:if="${session.sessionUser.spid==0 or session.sessionUser.master}"> | ... | ... |