mirror of https://gitee.com/karson/fastadmin.git
修复后台session失效后 退出登录的问题
Signed-off-by: 羊小小 <8548698+yang-xiao-xiao@user.noreply.gitee.com>pull/482/head
parent
3d1fb04074
commit
513773801b
|
|
@ -15,7 +15,6 @@ use think\Validate;
|
|||
*/
|
||||
class Index extends Backend
|
||||
{
|
||||
//退出登录取消登录验证
|
||||
protected $noNeedLogin = ['login', 'logout'];
|
||||
protected $noNeedRight = ['index', 'logout'];
|
||||
protected $layout = '';
|
||||
|
|
|
|||
Loading…
Reference in New Issue