From 4c415451b44a19c42cc3902526d39252d7d413b3 Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Mon, 29 Jul 2024 09:12:36 +0800 Subject: [PATCH] 'commit' --- WebRoot/html/login.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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); } }