thinkphp-wechat/config/module.php

8 lines
160 B
PHP
Raw Normal View History

2021-12-24 16:40:05 +08:00
<?php
/**
* 模块相关设置
*/
return [
// 使用默认控制器层的模块
'default_controller_layer' => ['admin', 'index', 'common', 'extra']
];