From 1f30607926c18ab2d7df0f9c494003e59bf18e21 Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Mon, 13 Jan 2025 09:28:31 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=B7=BB=E5=8A=A0=E7=A6=81?= =?UTF-8?q?=E6=AD=A2=E8=AE=BF=E9=97=AEapp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',