Pre Merge pull request !497 from 御宅男(YznCMS官方)/1.x-dev

pull/497/MERGE
御宅男(YznCMS官方) 2025-06-30 08:48:35 +00:00 committed by Gitee
commit db0ea8978a
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 = [ protected static $ignoreRegex = [
'/^(.*)\/(selectpage|index|get_table_list|get_fields_list)$/i', '/^(.*)\/(selectpage|index|get_table_list|get_fields_list)$/i',
'/^(.*)\/auth\/group\/roletree$/i', '/^auth\/group\/roletree$/i',
]; ];
public static function setTitle($title) public static function setTitle($title)