vali hace 6 años
padre
commit
b29c217bf2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      application/config.php

+ 2 - 2
application/config.php

@@ -48,8 +48,8 @@ return [
     ],
 
     // 应用调试模式
-    'app_debug' => true,
+    'app_debug' => false,
     // 应用Trace
-    'app_trace' => true
+    'app_trace' => false,
 ];