Update Index.php

This commit is contained in:
邹景立 2022-11-02 17:47:14 +08:00
parent fe3b002fa4
commit 191b4b6f38

View File

@ -17,7 +17,6 @@
namespace app\index\controller; namespace app\index\controller;
use think\admin\Controller; use think\admin\Controller;
use think\admin\extend\ToolsExtend;
/** /**
* Class Index * Class Index
@ -27,7 +26,6 @@ class Index extends Controller
{ {
public function index() public function index()
{ {
ToolsExtend:: $this->redirect(sysuri('admin/login/index'));
//$this->redirect(sysuri('admin/login/index'));
} }
} }