diff --git a/WebRoot/pindex.html b/WebRoot/pindex.html index 601da836..0bee3cd5 100644 --- a/WebRoot/pindex.html +++ b/WebRoot/pindex.html @@ -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);