From 16f4438a16248b65193a284a17d48d681f0df4b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8A=80=E6=9C=AF=E8=80=81=E8=83=A1?= <1094551889@qq.com> Date: Mon, 30 Dec 2024 10:57:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/InstallController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/InstallController.php b/app/controller/InstallController.php index 68a34ba..ef324c6 100644 --- a/app/controller/InstallController.php +++ b/app/controller/InstallController.php @@ -23,7 +23,7 @@ class InstallController { // 检查是否已经安装过 if ($this->checkLock()) { - return backMsg(1, '已经安装'); + return json(backMsg(1, '已经安装')); }; // 检查环境 $envCheck = $this->checkEnvironment();