This commit is contained in:
技术老胡 2024-12-30 10:57:33 +08:00
parent 29c894faae
commit 16f4438a16

View File

@ -23,7 +23,7 @@ class InstallController
{
// 检查是否已经安装过
if ($this->checkLock()) {
return backMsg(1, '已经安装');
return json(backMsg(1, '已经安装'));
};
// 检查环境
$envCheck = $this->checkEnvironment();