mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Index.php
This commit is contained in:
parent
fe3b002fa4
commit
191b4b6f38
@ -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'));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user