|
|
|
|
@ -29,21 +29,14 @@
|
|
|
|
|
<h1><img alt="[ 若依 ]" src="../static/ruoyi.png" th:src="@{/ruoyi.png}"></h1>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="m-b"></div>
|
|
|
|
|
<h4>欢迎使用 <strong>若依 后台管理系统</strong></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>
|
|
|
|
|
<h4>欢迎使用 <strong>RFID 资产管理系统</strong></h4>
|
|
|
|
|
|
|
|
|
|
<strong th:if="${isAllowRegister}">还没有账号? <a th:href="@{/register}">立即注册»</a></strong>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-5">
|
|
|
|
|
<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" />
|
|
|
|
|
<div class="row m-t" th:if="${captchaEnabled==true}">
|
|
|
|
|
@ -63,11 +56,7 @@
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="signup-footer">
|
|
|
|
|
<div class="pull-left">
|
|
|
|
|
Copyright © 2018-2026 ruoyi.vip All Rights Reserved. <br>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<script th:inline="javascript"> var ctx = [[@{/}]]; var captchaType = [[${captchaType}]]; var captchaEnabled = [[${captchaEnabled}]];</script>
|
|
|
|
|
<!--[if lte IE 8]><script>window.location.href=ctx+'html/ie.html';</script><![endif]-->
|
|
|
|
|
|