正则包含更多获取列表

Signed-off-by: 御宅男(YznCMS官方) <530765310@qq.com>
pull/502/head
御宅男(YznCMS官方) 2025-07-22 07:53:33 +00:00 committed by Gitee
parent f804c8a460
commit be242a5558
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',
];