From 084613d4e57870b12ac1987cb15876d8e0da1cf6 Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Wed, 19 Mar 2025 09:12:53 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9=E5=90=8E?= =?UTF-8?q?=E5=8F=B0=E6=8E=A5=E5=8F=A3=E5=88=86=E7=BB=84=E5=90=8D=E6=98=A0?= =?UTF-8?q?=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 8c1ed8f7..0e14a0f0 100644 --- a/config/app.php +++ b/config/app.php @@ -14,7 +14,9 @@ return [ 'default_timezone' => 'Asia/Shanghai', // 应用映射(自动多应用模式有效) - 'app_map' => [], + 'app_map' => [ + 'admapi' => 'admin' + ], // 域名绑定(自动多应用模式有效) 'domain_bind' => [], // 禁止URL访问的应用列表(自动多应用模式有效)