前台退出登录时如何回到直接到首页?目前是停留在登录界面。
查看更多
退出直接到首页C:\08fastadmin\1.2.0.20201008_full\application\index\controller\User.php
/** * 退出登录 */ public function logout() { //退出本站 $this->auth->logout(); //$this->success(__('Logout successful'), url('/'));//edit by astonish 20201209 $this->redirect('/',302);//edit by astonish 20201209 退出直接到首页 }
发布 问题
分享 好友
手机 浏览
回到 顶部