|
@@ -25,24 +25,15 @@
|
|
<div class="row">
|
|
<div class="row">
|
|
<div class="col-sm-7">
|
|
<div class="col-sm-7">
|
|
<div class="signin-info">
|
|
<div class="signin-info">
|
|
- <div class="logopanel m-b">
|
|
|
|
- <h1><img alt="[ lei_wang ]" src="../static/sooka.png" th:src="@{/sooka.png}"></h1>
|
|
|
|
- </div>
|
|
|
|
- <div class="m-b"></div>
|
|
|
|
- <h4>欢迎使用 </h4>
|
|
|
|
- <ul class="m-b">
|
|
|
|
- <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> SpringBoot</li>
|
|
|
|
- <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Mybatis</li>
|
|
|
|
- <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Shiro</li>
|
|
|
|
- <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Thymeleaf</li>
|
|
|
|
- <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Bootstrap</li>
|
|
|
|
- </ul>
|
|
|
|
|
|
+
|
|
|
|
+ <h6> 通化市接口中台管理平台</h6>
|
|
|
|
+
|
|
<strong th:if="${@config.getKey('sys.account.registerUser')}">还没有账号? <a th:href="@{/register}">立即注册»</a></strong>
|
|
<strong th:if="${@config.getKey('sys.account.registerUser')}">还没有账号? <a th:href="@{/register}">立即注册»</a></strong>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-sm-5">
|
|
<div class="col-sm-5">
|
|
<form id="signupForm" autocomplete="off">
|
|
<form id="signupForm" autocomplete="off">
|
|
- <h4 class="no-margins">登录:</h4>
|
|
|
|
|
|
+ <h4 style="color: #333333;font-size: 18px;">登录:</h4>
|
|
<input type="text" name="username" class="form-control uname" placeholder="用户名" value="admin" />
|
|
<input type="text" name="username" class="form-control uname" placeholder="用户名" value="admin" />
|
|
<input type="password" name="password" class="form-control pword" placeholder="密码" value="123456" />
|
|
<input type="password" name="password" class="form-control pword" placeholder="密码" value="123456" />
|
|
<!--<div class="row m-t" th:if="${captchaEnabled==true}">-->
|
|
<!--<div class="row m-t" th:if="${captchaEnabled==true}">-->
|
|
@@ -58,15 +49,11 @@
|
|
<!--<div class="checkbox-custom" th:classappend="${captchaEnabled==false} ? 'm-t'">-->
|
|
<!--<div class="checkbox-custom" th:classappend="${captchaEnabled==false} ? 'm-t'">-->
|
|
<!--<input type="checkbox" id="rememberme" name="rememberme"> <label for="rememberme">记住我</label>-->
|
|
<!--<input type="checkbox" id="rememberme" name="rememberme"> <label for="rememberme">记住我</label>-->
|
|
<!--</div>-->
|
|
<!--</div>-->
|
|
- <button class="btn btn-success btn-block" id="btnSubmit" data-loading="正在验证登录,请稍后...">登录</button>
|
|
|
|
|
|
+ <button class="btn btn-success-login btn-block" id="btnSubmit" data-loading="正在验证登录,请稍后...">登录</button>
|
|
</form>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="signup-footer">
|
|
|
|
- <div class="pull-left">
|
|
|
|
- © 2020 All Rights Reserved. <br>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
<script th:inline="javascript"> var ctx = [[@{/}]]; var captchaType = [[${captchaType}]]; </script>
|
|
<script th:inline="javascript"> var ctx = [[@{/}]]; var captchaType = [[${captchaType}]]; </script>
|
|
<!-- 全局js -->
|
|
<!-- 全局js -->
|