Skip to content

Commit

Permalink
验证码路径修改
Browse files Browse the repository at this point in the history
  • Loading branch information
Li-Zhan committed Apr 17, 2018
1 parent d985a47 commit c700dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h3 class="am-panel-title" style="text-align: center;">账号密码登录</h3>
<input id="randStr" type="text" class="tpl-form-input" placeholder="请输入验证码">
</div>
<div class="am-fl" style="margin: 3px 0 0 5px;">
<img id="imgValidate" style="width: 86px;" src="code.jsp" onclick="refresh()" title="看不清可单击图片刷新">
<img id="imgValidate" style="width: 86px;" src="/graduation/code.jsp" onclick="refresh()" title="看不清可单击图片刷新">
<a id="imgValidate_a" href="#" class="am-fr" style="margin: 3px 0 0 3px;" onclick="refresh()">看不清</a>
</div>
</div>
Expand Down

0 comments on commit c700dbf

Please sign in to comment.