mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-03 16:24:28 +08:00
后台直接进入前台
This commit is contained in:
@@ -23,11 +23,14 @@ return [
|
||||
'app_map' => [],
|
||||
// 域名绑定(自动多应用模式有效)
|
||||
'domain_bind' => [
|
||||
'www'=>'index',
|
||||
'*'=>'index',
|
||||
'www'=>'index',
|
||||
'admin'=>'admin',
|
||||
'api'=>'api',
|
||||
],
|
||||
// 应用默认域名(自动多应用模式有效,为空时采用domain_bind的设置键值对换,适合跨应用生成url)
|
||||
'app_default_doamin' => [],
|
||||
|
||||
// 禁止URL访问的应用列表(自动多应用模式有效)
|
||||
'deny_app_list' => [],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user