优化logo判断;增加缺失节点的权限默认配置项;

This commit is contained in:
2022-04-21 10:51:29 +08:00
parent 77433ed601
commit 831a37b9ef
4 changed files with 12 additions and 3 deletions

View File

@@ -10,6 +10,8 @@
// | github开源项目https://github.com/zhongshaofa/EasyAdmin
// +----------------------------------------------------------------------
use think\facade\Env;
return [
// 不需要验证登录的控制器
@@ -35,4 +37,6 @@ return [
'login/index',
'login/out',
],
];
'default_auth_check' => Env::get('adminsystem.default_auth_check', false)
];