mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-21 06:29:50 +00:00
fix:修复后端默认应用不存在的问题
This commit is contained in:
parent
b4c5ff40e4
commit
3d209831fb
@ -11,7 +11,7 @@ return [
|
||||
// 是否启用路由
|
||||
'with_route' => true,
|
||||
// 默认应用
|
||||
'default_app' => 'index',
|
||||
'default_app' => 'api',
|
||||
// 默认时区
|
||||
'default_timezone' => 'Asia/Shanghai',
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user