diff --git a/config/app.php b/config/app.php index 9770c719a..b8d1ad2c7 100644 --- a/config/app.php +++ b/config/app.php @@ -23,8 +23,6 @@ return [ 'with_route' => true, // 超级用户账号 'super_user' => 'admin', - // 默认应用 - 'default_app' => 'index', // 默认时区 'default_timezone' => 'Asia/Shanghai', // 应用映射(自动多应用模式有效) diff --git a/config/route.php b/config/route.php index fad81ac6f..fa3574f6f 100644 --- a/config/route.php +++ b/config/route.php @@ -43,6 +43,8 @@ return [ 'request_cache_expire' => null, // 全局请求缓存排除规则 'request_cache_except' => [], + // 默认应用 + 'default_app' => 'index', // 默认控制器名 'default_controller' => 'Index', // 默认操作名