Commit 59ae597ff3f37e4daa302a1e97568ad645cd6eb8
1 parent
e99d5f53
测试环境配置
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/templates/common/frame.html
| ... | ... | @@ -61,9 +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">点播审核</a></li> |
| 64 | -<!-- <li><a href="/live/page?shenhe_state=0" id="/live/page"> 直播审核</a></li> --> | |
| 64 | + <li><a href="/live/page?shenhe_state=0" id="/live/page"> 直播审核</a></li> | |
| 65 | 65 | <li><a href="/comments/page?state=0&receive=0" id="/comments/page"> 评论审核</a></li> |
| 66 | -<!-- <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> | |
| 67 | 67 | </ul> |
| 68 | 68 | </li> |
| 69 | 69 | <li class="treeview" th:if="${session.sessionUser.spid==0 or session.sessionUser.master}"> | ... | ... |