实现多应用链接生成

This commit is contained in:
augushong
2020-10-18 12:25:23 +08:00
parent c756fe2b60
commit 6cb6cc5ad0
2 changed files with 35 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ return [
'app_map' => [],
// 域名绑定(自动多应用模式有效)
'domain_bind' => [],
// 应用默认域名(自动多应用模式有效,为空时采用domain_bind的设置键值对换,适合跨应用生成url
'app_default_doamin' => [],
// 禁止URL访问的应用列表自动多应用模式有效
'deny_app_list' => [],