更新内容

This commit is contained in:
2019-06-29 22:51:20 +08:00
parent 22d9666102
commit 6b5142674f
21 changed files with 938 additions and 11 deletions

View File

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