From ba0d245f31bae01231d09a122c62fa2f6b188091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E7=BB=AB?= <486494914@qq.com> Date: Thu, 3 Sep 2026 16:38:32 +0800 Subject: [PATCH] 1 --- application/config.php | 2 +- public/admin.php | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/application/config.php b/application/config.php index c42be94..557123e 100644 --- a/application/config.php +++ b/application/config.php @@ -17,7 +17,7 @@ return [ // 应用命名空间 'app_namespace' => 'app', // 应用调试模式 - 'app_debug' => Env::get('app.debug', true), + 'app_debug' => Env::get('app.debug', false), // 应用Trace 'app_trace' => Env::get('app.trace', false), // 应用模式状态 diff --git a/public/admin.php b/public/admin.php index 009908e..cd8619d 100644 --- a/public/admin.php +++ b/public/admin.php @@ -1,10 +1,5 @@