[ 'route' => [ 'index:index:index', // 首页 'index:index:theme', // 主题选择 ], // 模块 'module' => [ 'login', ], ], 'domain' => 'catch', // 错误提示 'error' => root_path('catchAdmin/index/view/') . 'error.html', ];