diff --git a/dsBase/WebRoot/index.html b/dsBase/WebRoot/index.html index 15b0d1c6..5567b63a 100644 --- a/dsBase/WebRoot/index.html +++ b/dsBase/WebRoot/index.html @@ -171,14 +171,9 @@ var loginPersonInfo = getPersonLoginInfo($); $("#personName").html(" " + loginPersonInfo.person_name); - var globalInfo = getGlobalInfo($, Base64.encode("system_name,copy_right")); - $('title').text(globalInfo.data[0].global_value); - $("#page_title").html(globalInfo.data[0].global_value); - - });