|
@@ -42,7 +42,7 @@ return [
|
|
|
|
|
|
'default_timezone' => 'PRC',
|
|
|
|
|
|
- 'lang_switch_on' => true,
|
|
|
+ 'lang_switch_on' => false,
|
|
|
|
|
|
'default_filter' => '',
|
|
|
|
|
@@ -151,6 +151,11 @@ return [
|
|
|
|
|
|
|
|
|
'exception_tmpl' => APP_PATH . 'common' . DS . 'view' . DS . 'tpl' . DS . 'think_exception.tpl',
|
|
|
+
|
|
|
+ 'http_exception_template' => [
|
|
|
+
|
|
|
+
|
|
|
+ ],
|
|
|
|
|
|
'error_message' => '你所浏览的页面暂时无法访问',
|
|
|
|