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