mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-08-30 12:45:32 +08:00
修复几处notice报错
This commit is contained in:
@@ -56,6 +56,14 @@ return [
|
||||
'show_error_msg' => false,
|
||||
//默认输出类型
|
||||
'default_return_type' => 'html',
|
||||
//默认语言
|
||||
'default_lang' => 'zh-cn',
|
||||
//是否使用session
|
||||
'use_session' => true,
|
||||
//url地址的后缀
|
||||
'url_deny_suffix' => '',
|
||||
//是否必须使用路由
|
||||
'url_route_must' => false,
|
||||
|
||||
'log' => [
|
||||
'type' => 'File',
|
||||
|
||||
Reference in New Issue
Block a user