|
@@ -23,30 +23,13 @@
|
|
|
<body class="signin">
|
|
|
<div class="signinpanel">
|
|
|
<div class="row">
|
|
|
- <!--<div class="col-sm-7">
|
|
|
- <div class="signin-info">
|
|
|
- <!–<div class="logopanel m-b">
|
|
|
- <h1><img alt="[ 若依 ]" src="../static/ruoyi.png" th:src="@{/ruoyi.png}"></h1>
|
|
|
- </div>–>
|
|
|
- <div class="m-b"></div>
|
|
|
- <!– <h2> <strong>欢迎使用智慧党建管理系统</strong></h2>–>
|
|
|
- <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>
|
|
|
- <strong th:if="${@config.getKey('sys.account.registerUser')}">还没有账号? <a th:href="@{/register}">立即注册»</a></strong>
|
|
|
- </div>
|
|
|
- </div>-->
|
|
|
<br><br><br>
|
|
|
<div class="col-sm-6 col-sm-offset-3">
|
|
|
<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="用户名或手机号码" />
|
|
|
- <input type="password" name="password" class="form-control pword" placeholder="密码" />
|
|
|
+ <input type="text" name="username" class="form-control uname" placeholder="用户名或手机号码" value="hg" />
|
|
|
+ <input type="password" name="password" class="form-control pword" placeholder="密码" value="12345"/>
|
|
|
<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" />
|