main
kgdxpr 12 months ago
parent d42a09af90
commit 4c415451b4

@ -5,15 +5,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>统一认证中心</title>
<link rel="stylesheet" type="text/css" href="/dsssoserver/css/style.css" />
<script type="text/javascript" src="/dsssoserver/js/jquery-1.12.4.min.js"></script>
<script src="/dsssoserver/js/jsencrypt.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="../css/style.css" />
<script type="text/javascript" src="../js/jquery-1.12.4.min.js"></script>
<script src="../js/jsencrypt.min.js" type="text/javascript"></script>
</head>
<body>
<div id="header">
<img src="/dsssoserver/images/hebyesz.png" style="margin-left: 30px;margin-top: 8px;" />
<span style="font-size:36px;display: block;margin-left: 133px;margin-top: -58px;font-weight:bold"
<!-- <img src="/dsssoserver/images/hebyesz.png" style="margin-left: 30px;margin-top: 8px;" /> -->
<span style="font-size:36px;display: block;margin-left: 20px;margin-top: 24px;font-weight:bold;"
id="system_name"></span>
</div>
<div class="login-wrap">
@ -206,13 +206,13 @@
dataType: "json",
url: "/dsssoserver/common/getGlobalValueByKey",
data: {
"key": "sso_system_name,sso_copyright"
"key": "sso_system_name,sso_copy_right"
},
async: false,
success: function (result) {
if (result.success) {
$("#system_name").html(result.sso_system_name);
$("#copyright").html(result.sso_copyright);
$("#copyright").html(result.sso_copy_right);
$('title').html(result.sso_system_name);
}
}

Loading…
Cancel
Save