修改配置
This commit is contained in:
parent
0bc1b3c30c
commit
6caafbf4ca
@ -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',
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user