From c407c5e853354efefea5d455788016d89a1e4a2d Mon Sep 17 00:00:00 2001 From: zhulan Date: Wed, 17 Jul 2024 10:16:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9index.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/Index.php b/app/controller/Index.php index 3a2bd63..7d65009 100644 --- a/app/controller/Index.php +++ b/app/controller/Index.php @@ -8,7 +8,7 @@ class Index extends BaseController { public function index() { - return 'index'; + return 'index111111测试'; } public function hello($name = 'ThinkPHP8')