Update Index.php

This commit is contained in:
邹景立 2024-10-15 19:01:45 +08:00
parent fc4bd3ccbd
commit c51adc055a

View File

@ -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'));
}
}