main
HuangHai 1 month ago
parent 837c543ee7
commit 0893ecd5f9

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