后台管理升级完成

This commit is contained in:
devil_gong
2018-12-24 17:40:42 +08:00
parent def2a12fa1
commit f78bc4fed3
18 changed files with 137 additions and 380 deletions

View File

@ -19,9 +19,9 @@ return [
// 应用地址
'app_host' => '',
// 应用调试模式
'app_debug' => true,
'app_debug' => APP_DEBUG,
// 应用Trace
'app_trace' => true,
'app_trace' => APP_TRACE,
// 是否支持多模块
'app_multi_module' => true,
// 入口自动绑定模块