|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
<link href="../static/ruoyi/css/ry-ui.css" th:href="@{/ruoyi/css/ry-ui.css?v=4.7.5}" rel="stylesheet"/>
|
|
|
|
|
<!-- 360浏览器急速模式 -->
|
|
|
|
|
<meta name="renderer" content="webkit">
|
|
|
|
|
<!-- 避免IE使用兼容模式 -->
|
|
|
|
|
<!-- 避免IE使用兼容模式 favicon -->
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
<link rel="shortcut icon" href="../static/favicon.ico" th:href="@{favicon.ico}"/>
|
|
|
|
|
<style type="text/css">label.error { position:inherit; }</style>
|
|
|
|
@ -26,16 +26,16 @@
|
|
|
|
|
<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>
|
|
|
|
|
<h1><img alt="[ RFID ]" src="../static/img/rfid.png" th:src="@{/img/rfid.png}" width="80" height="80"></h1>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="m-b"></div>
|
|
|
|
|
<h4>欢迎使用 <strong>RFID 物料追溯系统系统</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> 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>
|
|
|
|
|
<li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Bootstrap</li>-->
|
|
|
|
|
</ul>
|
|
|
|
|
<strong th:if="${isAllowRegister}">还没有账号? <a th:href="@{/register}">立即注册»</a></strong>
|
|
|
|
|
</div>
|
|
|
|
|