关闭会员中心时,报错信息页链接跳转到首页

pull/365/head
simon429 2021-10-01 23:22:54 +08:00
parent 69ad41a3e9
commit e7ae8fb4d1
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class User extends Frontend
$auth = $this->auth;
if (!Config::get('fastadmin.usercenter')) {
$this->error(__('User center already closed'));
$this->error(__('User center already closed'), '/');
}
//监听注册登录退出的事件