修改配置

This commit is contained in:
wuyanwen 2019-12-15 18:55:14 +08:00
parent 0bc1b3c30c
commit 6caafbf4ca

View File

@ -1,19 +1,13 @@
<?php <?php
return [ return [
// 忽略菜单 /**
'ignore' => [ * set domain if you need
'route' => [ *
'index:index:index', // 首页 */
'index:index:theme', // 主题选择
],
// 模块
'module' => [
'login',
],
],
'domain' => 'catch', 'domain' => 'catch',
// 错误提示 /**
* set error page
*/
'error' => root_path('catchAdmin/index/view/') . 'error.html', 'error' => root_path('catchAdmin/index/view/') . 'error.html',
]; ];