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')); } }