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