From 2f1875c7c03383e93dd11e15e6a0e6d2fdb768cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Tue, 6 Dec 2022 15:41:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E4=BB=A3=E7=A0=81=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=8E=88=E6=9D=83=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/js/indexbody.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/admin/js/indexbody.js b/src/admin/js/indexbody.js index 950b5d64..66d80c09 100644 --- a/src/admin/js/indexbody.js +++ b/src/admin/js/indexbody.js @@ -77,7 +77,7 @@ function LoadServer() { $.get("index_body.php?dopost=system_info", function (data) { let rsp = JSON.parse(data); if (rsp.code === 200) { - if (rsp.result.core) { + if (rsp.result.core.code === 200) { dedebizInfo = JSON.parse(rsp.result.core.data); } else { dedebizInfo = false;