Explorar el Código

style(view): 开发工具配置

Zhou Jianjia hace 4 años
padre
commit
d3fd22487a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      config/admin.php

+ 1 - 1
config/admin.php

xqd
@@ -192,7 +192,7 @@ return [
     |--------------------------------------------------------------------------
     */
     'helpers' => [
-        'enable' => true,
+        'enable' => env('ADMIN_HELPERS', true),
     ],
 
     /*