后台更新
This commit is contained in:
@@ -16,7 +16,15 @@ class User extends Admin{
|
||||
* @title 系统首页
|
||||
*/
|
||||
public function index(){
|
||||
if ($this->request->isAjax()) {
|
||||
return $this->data;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @title 个人资料
|
||||
*/
|
||||
public function profile(){
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user