diff --git a/WebRoot/html/login.html b/WebRoot/html/login.html
index 0c1377d..7c59e25 100644
--- a/WebRoot/html/login.html
+++ b/WebRoot/html/login.html
@@ -5,15 +5,15 @@
统一认证中心
-
-
-
+
+
+
@@ -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);
}
}