mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-23 09:50:25 +08:00
Update app.php
This commit is contained in:
parent
3df9e44910
commit
661ea46e08
@ -17,12 +17,12 @@
|
|||||||
return [
|
return [
|
||||||
// 应用命名空间
|
// 应用命名空间
|
||||||
'app_namespace' => '',
|
'app_namespace' => '',
|
||||||
|
// 应用快速访问
|
||||||
|
'app_express' => true,
|
||||||
// 是否启用路由
|
// 是否启用路由
|
||||||
'with_route' => true,
|
'with_route' => true,
|
||||||
// 超级用户账号
|
// 超级用户账号
|
||||||
'super_user' => 'admin',
|
'super_user' => 'admin',
|
||||||
// 应用快速访问
|
|
||||||
'app_express' => true,
|
|
||||||
// 默认应用
|
// 默认应用
|
||||||
'default_app' => 'index',
|
'default_app' => 'index',
|
||||||
// 默认时区
|
// 默认时区
|
||||||
|
Loading…
x
Reference in New Issue
Block a user