mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 14:52:47 +08:00
app_begin标签添加参数 控制器版本默认变量改为v
This commit is contained in:
@@ -73,7 +73,7 @@ class App
|
||||
// 记录路由信息
|
||||
APP_DEBUG && Log::record('[ ROUTE ] ' . var_export(self::$dispatch, true), 'info');
|
||||
// 监听app_begin
|
||||
APP_HOOK && Hook::listen('app_begin');
|
||||
APP_HOOK && Hook::listen('app_begin', self::$dispatch);
|
||||
|
||||
// 根据类型调度
|
||||
switch (self::$dispatch['type']) {
|
||||
|
||||
Reference in New Issue
Block a user