|
|
@ -171,14 +171,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
var loginPersonInfo = getPersonLoginInfo($);
|
|
|
|
var loginPersonInfo = getPersonLoginInfo($);
|
|
|
|
$("#personName").html(" " + loginPersonInfo.person_name);
|
|
|
|
$("#personName").html(" " + loginPersonInfo.person_name);
|
|
|
|
|
|
|
|
|
|
|
|
var globalInfo = getGlobalInfo($, Base64.encode("system_name,copy_right"));
|
|
|
|
var globalInfo = getGlobalInfo($, Base64.encode("system_name,copy_right"));
|
|
|
|
|
|
|
|
|
|
|
|
$('title').text(globalInfo.data[0].global_value);
|
|
|
|
$('title').text(globalInfo.data[0].global_value);
|
|
|
|
|
|
|
|
|
|
|
|
$("#page_title").html(globalInfo.data[0].global_value);
|
|
|
|
$("#page_title").html(globalInfo.data[0].global_value);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|