From 7c117b41aefe35bfdd31211bd84a302357858c22 Mon Sep 17 00:00:00 2001 From: HuangHai <10402852@qq.com> Date: Fri, 20 Jun 2025 10:32:17 +0800 Subject: [PATCH] 'commit' --- dsBase/WebRoot/index.html | 5 ----- 1 file changed, 5 deletions(-) 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); - - });