修复后台session失效后 退出登录的问题

Signed-off-by: 羊小小 <8548698+yang-xiao-xiao@user.noreply.gitee.com>
pull/482/head
羊小小 2022-10-16 10:04:39 +00:00 committed by Gitee
parent 3d1fb04074
commit 513773801b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ use think\Validate;
*/
class Index extends Backend
{
//退出登录取消登录验证
protected $noNeedLogin = ['login', 'logout'];
protected $noNeedRight = ['index', 'logout'];
protected $layout = '';