main
kgdxpr 1 year ago
parent 9b9eec7fa2
commit f501f70bd7

@ -178,7 +178,7 @@
$.ajax({ $.ajax({
type: "GET", type: "GET",
async: false, async: false,
url: '/QingLong/base/getCurrentPersonInfo?from='+from, url: '/QingLong/base/getCurrentPersonInfo?from=' + from,
dataType: "json", dataType: "json",
success: function (res) { success: function (res) {
$("#personName").html(" " + res.person_name); $("#personName").html(" " + res.person_name);

Loading…
Cancel
Save