From 5814fed0da905971afc83cb26d7a777740347725 Mon Sep 17 00:00:00 2001 From: wolfcode <37436228+wolf-leo@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:32:25 +0800 Subject: [PATCH] Update Install.php --- app/index/controller/Install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/index/controller/Install.php b/app/index/controller/Install.php index 4bf29eb..0219d4e 100644 --- a/app/index/controller/Install.php +++ b/app/index/controller/Install.php @@ -41,7 +41,7 @@ class Install extends BaseController ]; $currentHost = '://'; $result = compact('errorInfo', 'currentHost', 'isInstall', 'envInfo'); - return view('index@install/index', $result); + return view('index/install/index', $result); } if ($errorInfo) $this->error($errorInfo); $charset = 'utf8mb4';