mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
增加response_auto_output参数用于控制是否自动调用Response类响应输出
如果设置为false 则由控制器自行输出
This commit is contained in:
@@ -37,6 +37,8 @@ return [
|
||||
'lang_cookie_var' => 'think_lang',
|
||||
// 默认全局过滤方法 用逗号分隔多个
|
||||
'default_filter' => '',
|
||||
// 自动Response输出
|
||||
'response_auto_output' => true,
|
||||
|
||||
// +----------------------------------------------------------------------
|
||||
// | 模块设置
|
||||
|
||||
Reference in New Issue
Block a user