!497 roletree权限列表未被忽略

Merge pull request !497 from 1.x-dev
pull/498/head
Karson 2025-06-30 08:53:16 +00:00 committed by Gitee
commit 4fb757eb17
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class AdminLog extends Model
//忽略的链接正则列表
protected static $ignoreRegex = [
'/^(.*)\/(selectpage|index|get_table_list|get_fields_list)$/i',
'/^(.*)\/auth\/group\/roletree$/i',
'/^auth\/group\/roletree$/i',
];
public static function setTitle($title)