mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-16 14:22:48 +00:00
修复修后台修改密码错误
This commit is contained in:
parent
9591726e1e
commit
1b26683083
@ -180,6 +180,9 @@ class SystemAdmin extends AuthController
|
||||
return $this->fetch();
|
||||
}
|
||||
|
||||
/**保存个人资料
|
||||
* @param Request $request
|
||||
*/
|
||||
public function setAdminInfo(Request $request){
|
||||
$adminInfo = $this->adminInfo;//获取当前登录的管理员
|
||||
if($request->isPost()){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user