|
@@ -44,8 +44,8 @@
|
|
|
<form id="signupForm" autocomplete="off">
|
|
|
<h4 class="no-margins">登录:</h4>
|
|
|
<p class="m-t-md">数字孪生后台管理系统</p>
|
|
|
- <input type="text" name="username" class="form-control uname" placeholder="用户名" value="admin" />
|
|
|
- <input type="password" name="password" class="form-control pword" placeholder="密码" value="admin123" />
|
|
|
+ <input type="text" name="username" class="form-control uname" placeholder="用户名" value="" />
|
|
|
+ <input type="password" name="password" class="form-control pword" placeholder="密码" value="" />
|
|
|
<div class="row m-t" th:if="${captchaEnabled==true}">
|
|
|
<div class="col-xs-6">
|
|
|
<input type="text" name="validateCode" class="form-control code" placeholder="验证码" maxlength="5" />
|
|
@@ -56,9 +56,9 @@
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="checkbox-custom" th:if="${isRemembered}" th:classappend="${captchaEnabled==false} ? 'm-t'">
|
|
|
- <input type="checkbox" id="rememberme" name="rememberme"> <label for="rememberme">记住我</label>
|
|
|
- </div>
|
|
|
+<!-- <div class="checkbox-custom" th:if="${isRemembered}" th:classappend="${captchaEnabled==false} ? 'm-t'">-->
|
|
|
+<!-- <input type="checkbox" id="rememberme" name="rememberme"> <label for="rememberme">记住我</label>-->
|
|
|
+<!-- </div>-->
|
|
|
<button class="btn btn-success btn-block" id="btnSubmit" data-loading="正在验证登录,请稍候...">登录</button>
|
|
|
</form>
|
|
|
</div>
|