diff --git a/config/app.php b/config/app.php index 63285d28..8c1ed8f7 100644 --- a/config/app.php +++ b/config/app.php @@ -18,7 +18,7 @@ return [ // 域名绑定(自动多应用模式有效) 'domain_bind' => [], // 禁止URL访问的应用列表(自动多应用模式有效) - 'deny_app_list' => [], + 'deny_app_list' => ['common'], // 异常页面的模板文件 'exception_tmpl' => app()->getThinkPath() . 'tpl/think_exception.tpl',