|
|
@ -1,5 +1,6 @@
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<html xmlns:th="http://www.thymeleaf.org">
|
|
|
|
<head>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
|
|
@ -7,14 +8,14 @@
|
|
|
|
<title>若依管理系统 - 登录</title>
|
|
|
|
<title>若依管理系统 - 登录</title>
|
|
|
|
<meta name="keywords" content="若依管理系统">
|
|
|
|
<meta name="keywords" content="若依管理系统">
|
|
|
|
<meta name="description" content="RuoYi">
|
|
|
|
<meta name="description" content="RuoYi">
|
|
|
|
<link href="/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
<link href="../static/css/bootstrap.min.css" th:href="@{/css/bootstrap.min.css}" rel="stylesheet">
|
|
|
|
<link href="/css/font-awesome.css" rel="stylesheet">
|
|
|
|
<link href="../static/css/font-awesome.css" th:href="@{/css/font-awesome.css}" rel="stylesheet">
|
|
|
|
<link href="/css/style.min.css" rel="stylesheet">
|
|
|
|
<link href="../static/css/style.min.css" th:href="@{/css/style.min.css}" rel="stylesheet">
|
|
|
|
<link href="/css/login.min.css" rel="stylesheet">
|
|
|
|
<link href="../static/css/login.min.css" th:href="@{/css/login.min.css}" rel="stylesheet">
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<meta http-equiv="refresh" content="0;ie.html" />
|
|
|
|
<meta http-equiv="refresh" content="0;ie.html" />
|
|
|
|
<![endif]-->
|
|
|
|
<![endif]-->
|
|
|
|
<link rel="shortcut icon" href="favicon.ico">
|
|
|
|
<link rel="shortcut icon" href="../static/favicon.ico" th:href="@{favicon.ico}">
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
if(window.top!==window.self){window.top.location=window.location};
|
|
|
|
if(window.top!==window.self){window.top.location=window.location};
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
@ -26,7 +27,7 @@
|
|
|
|
<div class="col-sm-7">
|
|
|
|
<div class="col-sm-7">
|
|
|
|
<div class="signin-info">
|
|
|
|
<div class="signin-info">
|
|
|
|
<div class="logopanel m-b">
|
|
|
|
<div class="logopanel m-b">
|
|
|
|
<h1><img alt="[ 若依 ]" src="/ruoyi.png"></h1>
|
|
|
|
<h1><img alt="[ 若依 ]" src="../static/ruoyi.png" th:src="@{/ruoyi.png}"></h1>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="m-b"></div>
|
|
|
|
<div class="m-b"></div>
|
|
|
|
<h4>欢迎使用 <strong>若依 后台管理系统</strong></h4>
|
|
|
|
<h4>欢迎使用 <strong>若依 后台管理系统</strong></h4>
|
|
|
@ -59,12 +60,12 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script th:inline="javascript"> var ctx = [[@{/}]]; </script>
|
|
|
|
<script th:inline="javascript"> var ctx = [[@{/}]]; </script>
|
|
|
|
<!-- 全局js -->
|
|
|
|
<!-- 全局js -->
|
|
|
|
<script src="/js/jquery.min.js"></script>
|
|
|
|
<script src="../static/js/jquery.min.js" th:src="@{/js/jquery.min.js}"></script>
|
|
|
|
<script src="/js/bootstrap.min.js"></script>
|
|
|
|
<script src="../static/js/bootstrap.min.js" th:src="@{/js/bootstrap.min.js}"></script>
|
|
|
|
<!-- 验证插件 -->
|
|
|
|
<!-- 验证插件 -->
|
|
|
|
<script src="/ajax/libs/validate/jquery.validate.min.js"></script>
|
|
|
|
<script src="../static/ajax/libs/validate/jquery.validate.min.js" th:src="@{/ajax/libs/validate/jquery.validate.min.js}"></script>
|
|
|
|
<script src="/ajax/libs/validate/messages_zh.min.js"></script>
|
|
|
|
<script src="../static/ajax/libs/validate/messages_zh.min.js" th:src="@{/ajax/libs/validate/messages_zh.min.js}"></script>
|
|
|
|
<script src="/ajax/libs/layer/layer.min.js"></script>
|
|
|
|
<script src="../static/ajax/libs/layer/layer.min.js" th:src="@{/ajax/libs/layer/layer.min.js}"></script>
|
|
|
|
<script src="http://tajs.qq.com/stats?sId=62048022"></script>
|
|
|
|
<script src="http://tajs.qq.com/stats?sId=62048022"></script>
|
|
|
|
<script type="text/javascript">
|
|
|
|
<script type="text/javascript">
|
|
|
|
$(document).ready(function() {
|
|
|
|
$(document).ready(function() {
|
|
|
|