批量提交
This commit is contained in:
+4
-9
@@ -10,20 +10,13 @@ return [
|
||||
'app_namespace' => '',
|
||||
// 是否启用路由
|
||||
'with_route' => true,
|
||||
// 是否启用事件
|
||||
'with_event' => true,
|
||||
// 自动多应用模式
|
||||
'auto_multi_app' => true,
|
||||
// 默认应用
|
||||
'default_app' => 'index',
|
||||
'default_app' => 'admin',
|
||||
// 默认时区
|
||||
'default_timezone' => 'Asia/Shanghai',
|
||||
|
||||
// 应用映射(自动多应用模式有效)
|
||||
'app_map' => [
|
||||
'admin' => 'admin',
|
||||
'pc' => 'pc'
|
||||
],
|
||||
'app_map' => [],
|
||||
// 域名绑定(自动多应用模式有效)
|
||||
'domain_bind' => [],
|
||||
// 禁止URL访问的应用列表(自动多应用模式有效)
|
||||
@@ -31,6 +24,8 @@ return [
|
||||
|
||||
// 异常页面的模板文件
|
||||
'exception_tmpl' => app()->getThinkPath() . 'tpl/think_exception.tpl',
|
||||
'dispatch_success_tmpl' => app()->getRootPath() . 'app/tpl/think_exception.tpl',
|
||||
'dispatch_error_tmpl' => app()->getRootPath() . 'app/tpl/think_exception.tpl',
|
||||
|
||||
// 错误显示信息,非调试模式有效
|
||||
'error_message' => '页面错误!请稍后再试~',
|
||||
|
||||
Reference in New Issue
Block a user