refactor: 添加禁止访问app

This commit is contained in:
2025-01-13 09:28:31 +08:00
parent 2e3eba644e
commit 64199b20a4

View File

@@ -18,7 +18,7 @@ return [
// 域名绑定(自动多应用模式有效) // 域名绑定(自动多应用模式有效)
'domain_bind' => [], 'domain_bind' => [],
// 禁止URL访问的应用列表自动多应用模式有效 // 禁止URL访问的应用列表自动多应用模式有效
'deny_app_list' => [], 'deny_app_list' => ['common'],
// 异常页面的模板文件 // 异常页面的模板文件
'exception_tmpl' => app()->getThinkPath() . 'tpl/think_exception.tpl', 'exception_tmpl' => app()->getThinkPath() . 'tpl/think_exception.tpl',