mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-04 21:03:27 +08:00
后台管理升级完成
This commit is contained in:
@ -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,
|
||||
// 入口自动绑定模块
|
||||
|
||||
Reference in New Issue
Block a user