feat: 添加index应用模块

This commit is contained in:
2025-04-03 15:08:27 +08:00
parent e750c8bbc7
commit 6bcc03a568
10 changed files with 40 additions and 16 deletions

View File

@@ -29,7 +29,7 @@ return [
// 是否使用控制器后缀
'controller_suffix' => false,
// 默认模块名(开启自动多模块有效)
'default_module' => 'home',
'default_module' => 'index',
// 默认控制器名
'default_controller' => 'Index',
// 默认操作名