caolongle 3 years ago
parent
commit
cb2b6e1390
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/app.php

+ 1 - 1
config/app.php

@@ -28,5 +28,5 @@ return [
28
     // 错误显示信息,非调试模式有效
28
     // 错误显示信息,非调试模式有效
29
     'error_message'    => '页面错误!请稍后再试~',
29
     'error_message'    => '页面错误!请稍后再试~',
30
     // 显示错误信息
30
     // 显示错误信息
31
-    'show_error_msg'   => false,
31
+    'show_error_msg'   => true,
32
 ];
32
 ];