修改配置
This commit is contained in:
parent
0bc1b3c30c
commit
6caafbf4ca
@ -1,19 +1,13 @@
|
||||
<?php
|
||||
return [
|
||||
// 忽略菜单
|
||||
'ignore' => [
|
||||
'route' => [
|
||||
'index:index:index', // 首页
|
||||
'index:index:theme', // 主题选择
|
||||
],
|
||||
// 模块
|
||||
'module' => [
|
||||
'login',
|
||||
],
|
||||
],
|
||||
|
||||
/**
|
||||
* set domain if you need
|
||||
*
|
||||
*/
|
||||
'domain' => 'catch',
|
||||
|
||||
// 错误提示
|
||||
/**
|
||||
* set error page
|
||||
*/
|
||||
'error' => root_path('catchAdmin/index/view/') . 'error.html',
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user