From f501f70bd796db9a728349c0c74f4ebead7998fc Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Wed, 7 Feb 2024 14:37:40 +0800 Subject: [PATCH] 'commit' --- WebRoot/pindex.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);