diff --git a/app/index/controller/Install.php b/app/index/controller/Install.php index b62bdd8..4bf29eb 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('', $result); + return view('index@install/index', $result); } if ($errorInfo) $this->error($errorInfo); $charset = 'utf8mb4';