From c51adc055a108cb63b44df3f7b7e20c05c3d0fef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Tue, 15 Oct 2024 19:01:45 +0800 Subject: [PATCH] Update Index.php --- app/index/controller/Index.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/index/controller/Index.php b/app/index/controller/Index.php index 7e7d1fe9c..2f5fbf79c 100644 --- a/app/index/controller/Index.php +++ b/app/index/controller/Index.php @@ -17,13 +17,11 @@ namespace app\index\controller; use think\admin\Controller; -use think\admin\extend\ToolsExtend; class Index extends Controller { public function index() { - // $this->redirect(sysuri('admin/login/index')); - dump(ToolsExtend::findFilesArray('app', null, null, false, 3)); + $this->redirect(sysuri('admin/login/index')); } }