修改title
This commit is contained in:
parent
14697d83d7
commit
c891630634
|
@ -12,7 +12,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>用户权限管理系统</title>
|
||||
<title>权限管理系统</title>
|
||||
|
||||
<link href="${basePath}/resources/zheng-ui/plugins/bootstrap-3.3.0/css/bootstrap.min.css" rel="stylesheet"/>
|
||||
<link href="${basePath}/resources/zheng-ui/plugins/material-design-iconic-font-2.2.0/css/material-design-iconic-font.min.css" rel="stylesheet"/>
|
||||
|
|
|
@ -12,11 +12,13 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>登录页</title>
|
||||
<title>权限管理系统</title>
|
||||
|
||||
<link href="${basePath}/resources/zheng-ui/plugins/bootstrap-3.3.0/css/bootstrap.min.css" rel="stylesheet"/>
|
||||
<link href="${basePath}/resources/zheng-ui/plugins/material-design-iconic-font-2.2.0/css/material-design-iconic-font.min.css" rel="stylesheet"/>
|
||||
<link href="${basePath}/resources/zheng-ui/plugins/waves-0.7.5/waves.min.css" rel="stylesheet"/>
|
||||
<link href="${basePath}/resources/zheng-ui/plugins/waves-0.7.5/waves.min.css" rel="stylesheet"/>
|
||||
<link href="${basePath}/resources/zheng-ui/plugins/checkbix/css/checkbix.min.css" rel="stylesheet"/>
|
||||
<link href="${basePath}/resources/zheng-ui/css/login.css" rel="stylesheet"/>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -36,20 +38,18 @@
|
|||
<div class="clearfix">
|
||||
</div>
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
<input id="rememberMe" type="checkbox" name="rememberMe">
|
||||
<i class="input-helper"></i>
|
||||
自动登录
|
||||
</label>
|
||||
<input id="rememberMe" type="checkbox" class="checkbix" data-text="自动登录" name="rememberMe">
|
||||
</div>
|
||||
<a id="login-bt" href="javascript:;" class="waves-effect waves-button waves-float"><i class="zmdi zmdi-arrow-forward"></i></a>
|
||||
</div>
|
||||
<script src="${basePath}/resources/zheng-ui/plugins/jquery.1.12.4.min.js"></script>
|
||||
<script src="${basePath}/resources/zheng-ui/plugins/bootstrap-3.3.0/js/bootstrap.min.js"></script>
|
||||
<script src="${basePath}/resources/zheng-ui/plugins/waves-0.7.5/waves.min.js"></script>
|
||||
<script src="${basePath}/resources/zheng-ui/plugins/checkbix/js/checkbix.min.js"></script>
|
||||
|
||||
<script src="${basePath}/resources/zheng-ui/js/login.js"></script>
|
||||
<script>
|
||||
Checkbix.init();
|
||||
$(function() {
|
||||
// 点击登录按钮
|
||||
$('#login-bt').click(function() {
|
||||
|
|
Loading…
Reference in New Issue