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