孙向锦
/
SunvoteEducation
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
00883406b70b01112d07a8b899faf9b48deb12c0
Authored by
jack
2019-09-18 10:10:26 +0800
1 parent
bd1290f3
1.修复首页bug
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
WebRoot/WEB-INF/jsp/sunvote/admin/admin_main.jsp
WebRoot/WEB-INF/jsp/sunvote/admin/admin_main.jsp
View file @
0088340
...
...
@@ -169,7 +169,7 @@
169
169
<li>
170
170
<p id="homework_paper">作业管理</p>
171
171
</li>
172
- <c:if test="${adminInfos.ID !=
7
}">
172
+ <c:if test="${adminInfos.ID !=
'7'
}">
173
173
<li>
174
174
<p id="homework_analysis">作业分析</p>
175
175
</li>
...
...