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

pull/502/MERGE
御宅男(YznCMS官方) 2025-09-11 06:24:55 +00:00 committed by Gitee
commit 0e2dc33a95
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class AdminLog extends Model
protected static $content = '';
//忽略的链接正则列表
protected static $ignoreRegex = [
'/^(.*)\/(selectpage|index|get_table_list|get_fields_list)$/i',
'/^(.*)\/(selectpage|index|get_[a-z]+_list)$/i',
'/^auth\/group\/roletree$/i',
];