main
HuangHai 1 month ago
parent 0893ecd5f9
commit 7c117b41ae

@ -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);
});
</script>
</body>

Loading…
Cancel
Save