mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-03 05:52:48 +08:00
改进默认的过滤方法
This commit is contained in:
@@ -82,7 +82,7 @@ class App
|
||||
}
|
||||
|
||||
$config = self::initCommon();
|
||||
|
||||
$request->filter($config['default_filter']);
|
||||
try {
|
||||
|
||||
// 开启多语言机制
|
||||
@@ -104,6 +104,7 @@ class App
|
||||
}
|
||||
// 记录当前调度信息
|
||||
$request->dispatch($dispatch);
|
||||
|
||||
// 记录路由信息
|
||||
self::$debug && Log::record('[ ROUTE ] ' . var_export($dispatch, true), 'info');
|
||||
// 监听app_begin
|
||||
|
||||
Reference in New Issue
Block a user