Commit 92739fafb2ca9abcf868151a6a221af132a5ba3d
1 parent
7fcca853
修改用户权限
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/templates/common/frame.html
| ... | ... | @@ -88,7 +88,7 @@ line-height: 2em; margin: 0 auto;font-size: 2em" |
| 88 | 88 | <li><a href="/liveApply/page?shenhe_state=0&receive=0" id="/liveApply/page">直播申请审核</a></li> |
| 89 | 89 | </ul> |
| 90 | 90 | </li> |
| 91 | - <li class="treeview" th:if="${session.sessionUser.spid==0 }"> | |
| 91 | + <li class="treeview" th:if="${session.sessionUser.spid==0 || session.sessionUser.spid==60}"> | |
| 92 | 92 | <a href="#"> |
| 93 | 93 | <span class="menu-item-top">系统管理</span> |
| 94 | 94 | </a> | ... | ... |