Commit cd2841d78153242b607d854897c147795c669f0f
1 parent
6099026e
屏蔽图文审核
Showing
1 changed file
with
2 additions
and
1 deletions
src/main/resources/templates/common/frame.html
| ... | ... | @@ -61,8 +61,9 @@ line-height: 2em; margin: 0 auto;font-size: 2em" th:text="${session.sessionUser. |
| 61 | 61 | </a> |
| 62 | 62 | <ul class="treeview-menu"> |
| 63 | 63 | <li class="active"><a href="/videos/page?state=0&receive=0" id="/videos/page"></i> 点播审核</a></li> |
| 64 | +<!-- <li><a href="/live/page?receive_status=0" id="/live/page"> 直播审核</a></li> --> | |
| 64 | 65 | <li><a href="/comments/page?state=0&receive=0" id="/comments/page"> 评论审核</a></li> |
| 65 | - <li><a href="/content/page?receive_status=0" id="/content/page"> 图文审核</a></li> | |
| 66 | +<!-- <li><a href="/content/page?receive_status=0" id="/content/page"> 图文审核</a></li> --> | |
| 66 | 67 | </ul> |
| 67 | 68 | </li> |
| 68 | 69 | <li class="treeview" th:if="${session.sessionUser.spid==0 or session.sessionUser.master}"> | ... | ... |
-
mentioned in commit 868c0e09