mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-06-07 12:38:11 +08:00
Update Index.php
This commit is contained in:
parent
fc4bd3ccbd
commit
c51adc055a
@ -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'));
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user