caolongle hace 3 años
padre
commit
cb2b6e1390
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      config/app.php

+ 1 - 1
config/app.php

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