更新内容
This commit is contained in:
@@ -22,6 +22,15 @@ class Index extends Admin{
|
||||
public function index(){
|
||||
}
|
||||
|
||||
/**
|
||||
* @title 更新缓存
|
||||
*/
|
||||
public function clear(){
|
||||
}
|
||||
|
||||
/**
|
||||
* @title 后台登录
|
||||
*/
|
||||
public function login(){
|
||||
if ($this->request->isAjax()) {
|
||||
Session::set('user', ['uid'=>1,'username'=>'admin']);
|
||||
|
||||
Reference in New Issue
Block a user