This commit is contained in:
zhangzq
2026-03-13 09:28:47 +08:00
commit ab1996331e
816 changed files with 295376 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?php
namespace app\monitor\controller;
use think\Controller;
class Monitor extends Controller
{
public function index()
{
return $this->view->fetch();
//return $this->redirect('admin/index/login');
//return $this->redirect('/index/user');
}
}