From 191b4b6f38a106f120274d986af261eea3cd872a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Wed, 2 Nov 2022 17:47:14 +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 b564446a9..36ae54071 100644 --- a/app/index/controller/Index.php +++ b/app/index/controller/Index.php @@ -17,7 +17,6 @@ namespace app\index\controller; use think\admin\Controller; -use think\admin\extend\ToolsExtend; /** * Class Index @@ -27,7 +26,6 @@ class Index extends Controller { public function index() { - ToolsExtend:: - //$this->redirect(sysuri('admin/login/index')); + $this->redirect(sysuri('admin/login/index')); } } \ No newline at end of file