mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改配置文件
This commit is contained in:
parent
2352cfd8e5
commit
ba70d57b8d
@ -23,8 +23,6 @@ return [
|
|||||||
'with_route' => true,
|
'with_route' => true,
|
||||||
// 超级用户账号
|
// 超级用户账号
|
||||||
'super_user' => 'admin',
|
'super_user' => 'admin',
|
||||||
// 默认应用
|
|
||||||
'default_app' => 'index',
|
|
||||||
// 默认时区
|
// 默认时区
|
||||||
'default_timezone' => 'Asia/Shanghai',
|
'default_timezone' => 'Asia/Shanghai',
|
||||||
// 应用映射(自动多应用模式有效)
|
// 应用映射(自动多应用模式有效)
|
||||||
|
@ -43,6 +43,8 @@ return [
|
|||||||
'request_cache_expire' => null,
|
'request_cache_expire' => null,
|
||||||
// 全局请求缓存排除规则
|
// 全局请求缓存排除规则
|
||||||
'request_cache_except' => [],
|
'request_cache_except' => [],
|
||||||
|
// 默认应用
|
||||||
|
'default_app' => 'index',
|
||||||
// 默认控制器名
|
// 默认控制器名
|
||||||
'default_controller' => 'Index',
|
'default_controller' => 'Index',
|
||||||
// 默认操作名
|
// 默认操作名
|
||||||
|
Loading…
x
Reference in New Issue
Block a user