From 2f44059289d470c44871b880408a6c20243aec36 Mon Sep 17 00:00:00 2001 From: tsf <460834639@qq.com> Date: Thu, 29 Feb 2024 18:20:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/config.php | 2 +- application/test/controller/Text.php | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 application/test/controller/Text.php diff --git a/application/config.php b/application/config.php index ee24171..25d573c 100644 --- a/application/config.php +++ b/application/config.php @@ -15,7 +15,7 @@ return [ // +---------------------------------------------------------------------- // 应用调试模式 - 'app_debug' => false, + 'app_debug' => true, // 应用Trace 'app_trace' => false, // 应用模式状态 diff --git a/application/test/controller/Text.php b/application/test/controller/Text.php new file mode 100644 index 0000000..26ea69a --- /dev/null +++ b/application/test/controller/Text.php @@ -0,0 +1,15 @@ +