增加后台配置
This commit is contained in:
parent
c8eedead00
commit
67e79bfa19
@ -1 +1,17 @@
|
|||||||
<?php
|
<?php
|
||||||
|
return [
|
||||||
|
// 忽略菜单
|
||||||
|
'ignore' => [
|
||||||
|
'route' => [
|
||||||
|
'index:index:index', // 首页
|
||||||
|
'index:index:theme', // 主题选择
|
||||||
|
],
|
||||||
|
// 模块
|
||||||
|
'module' => [
|
||||||
|
'login',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
|
||||||
|
// 错误提示
|
||||||
|
'error' => root_path('catchAdmin/index/view/') . 'error.html',
|
||||||
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user