|
|
|
@ -1,18 +1,14 @@
|
|
|
|
|
<!DOCTYPE HTML>
|
|
|
|
|
<html>
|
|
|
|
|
|
|
|
|
|
<html lang="zh">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="renderer" content="webkit|ie-comp|ie-stand">
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
|
<!-- <title>长春市教育装备与信息化项目智慧管理系统</title> -->
|
|
|
|
|
<title>长春市装备信息管理系统</title>
|
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no" />
|
|
|
|
|
<!-- 手机端禁止缩放 -->
|
|
|
|
|
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
|
|
|
|
|
<!-- <meta name="keywords" content="长春市教育装备与信息化项目智慧管理系统"> -->
|
|
|
|
|
<!--关键词,5个左右,单个8汉字以内-->
|
|
|
|
|
<!-- <meta name="description" content="长春市教育装备与信息化项目智慧管理系统"> -->
|
|
|
|
|
<!--网站描述-->
|
|
|
|
|
<!--自己的样式-->
|
|
|
|
|
<link href="./tbcss/public.css" rel="stylesheet" type="text/css" />
|
|
|
|
@ -20,8 +16,6 @@
|
|
|
|
|
<script src="./component/pear/jsencrypt.min.js"></script>
|
|
|
|
|
<script src="./admin/js/jquery-3.6.0.min.js"></script>
|
|
|
|
|
<script src="./component/pear/base64.js"></script>
|
|
|
|
|
<!--添加对公用函数库的引用-->
|
|
|
|
|
<!-- <script src="lib/common.js"></script>-->
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
@ -33,8 +27,6 @@
|
|
|
|
|
<div class="right-content clearfix">
|
|
|
|
|
<div class="content-name">
|
|
|
|
|
<p style="font-size: 20px;font-weight: bolder;margin-left: 70px;color: #6998F4;" id="system_name">长春市装备信息管理系统</p>
|
|
|
|
|
<!-- <p style="font-size: 20px;font-weight: bolder;margin-left: -5px;"><img src="./img/title_tk.png"></p> -->
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<form action="" method="post">
|
|
|
|
|
<div class="user-name">
|
|
|
|
@ -58,7 +50,6 @@
|
|
|
|
|
alt="点击图片刷新校验码" style="cursor:pointer" onclick="javascript:refreshCaptcha()" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<input id="loginBtn" class="input-button" type="button" value="登 录"
|
|
|
|
|
style="background-color: #6998F4;">
|
|
|
|
|
</form>
|
|
|
|
@ -66,9 +57,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="footer" id="footer">
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
$(function () {
|
|
|
|
|
$("#loginBtn").click(function () {
|
|
|
|
@ -148,9 +137,6 @@
|
|
|
|
|
$(".form-error").find("label").html(error);
|
|
|
|
|
$(".form-error").show();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getPageInfo();
|
|
|
|
|
//获取页面信息
|
|
|
|
|
function getPageInfo() {
|
|
|
|
@ -163,7 +149,6 @@
|
|
|
|
|
},
|
|
|
|
|
async: false,
|
|
|
|
|
success: function (result) {
|
|
|
|
|
|
|
|
|
|
$('title').html(result.data[0].global_value);
|
|
|
|
|
$("#system_name").html(result.data[0].global_value);
|
|
|
|
|
$("#footer").html(result.data[1].global_value);
|
|
|
|
@ -172,5 +157,4 @@
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|