mirror of https://gitee.com/karson/fastadmin.git
Pre Merge pull request !497 from 御宅男(YznCMS官方)/1.x-dev
commit
db0ea8978a
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue