From 661ea46e08b52c913ae8e5e9199598f8543b72be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Mon, 12 Jul 2021 15:05:46 +0800 Subject: [PATCH] Update app.php --- config/app.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/app.php b/config/app.php index df78d9d67..9bf1864a5 100644 --- a/config/app.php +++ b/config/app.php @@ -17,12 +17,12 @@ return [ // 应用命名空间 'app_namespace' => '', + // 应用快速访问 + 'app_express' => true, // 是否启用路由 'with_route' => true, // 超级用户账号 'super_user' => 'admin', - // 应用快速访问 - 'app_express' => true, // 默认应用 'default_app' => 'index', // 默认时区