main
kgdxpr 1 year ago
parent 9b9eec7fa2
commit f501f70bd7

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

Loading…
Cancel
Save