roletree权限列表未被忽略

Signed-off-by: 御宅男(YznCMS官方) <530765310@qq.com>
pull/497/head
御宅男(YznCMS官方) 2025-06-30 08:48:08 +00:00 committed by Gitee
parent 60e643ff4a
commit 2a2300814c
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)