完善路由和域名;

This commit is contained in:
2022-02-11 20:20:00 +08:00
parent 79dc8a05ee
commit 5fb6590565
6 changed files with 9 additions and 25 deletions

View File

@@ -23,10 +23,6 @@ return [
'app_map' => [],
// 域名绑定(自动多应用模式有效)
'domain_bind' => [
'www'=>'index',
'admin'=>'admin',
'api'=>'api',
'*'=>'index',
],
// 应用默认域名(自动多应用模式有效,为空时采用domain_bind的设置键值对换,适合跨应用生成url
'app_default_doamin' => [],