Browse Source

Update login.htm

tags/6.2.5
叙述、别离 2 years ago
parent
commit
d423a6bbeb
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/admin/templets/login.htm

+ 2
- 2
src/admin/templets/login.htm View File

@@ -40,11 +40,11 @@
<input type="hidden" name="adminstyle" value="newDedeBIZ">
<div class="form-group">
<label for="iptUserid">管理员账号</label>
<input type="text" name="userid" id="iptUserid" class="form-control" placeholder="请输入账号">
<input type="text" name="userid" id="iptUserid" class="form-control" placeholder="请输入管理员账号">
</div>
<div class="form-group">
<label for="iptPassword">管理员密码</label>
<input type="password" name="pwd" id="iptPassword" class="form-control" placeholder="请输入密码">
<input type="password" name="pwd" id="iptPassword" class="form-control" placeholder="请输入管理员密码">
</div>
<div id="vdimgck" class="form-group" style="display:none">
<label for="iptValidate">验证码</label>


Loading…
Cancel
Save