From 80bb49e0e849dfa53a0ce69a648419327408bc86 Mon Sep 17 00:00:00 2001 From: Mike Date: Thu, 6 Aug 2020 14:28:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=AD=A3=E5=BC=8F=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E4=B8=8D=E6=98=BE=E7=A4=BA=E4=BB=A3=E7=A0=81=E7=94=9F?= =?UTF-8?q?=E6=88=90=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/admin.php b/config/admin.php index 2a06f14..207271e 100644 --- a/config/admin.php +++ b/config/admin.php @@ -165,7 +165,7 @@ return [ |-------------------------------------------------------------------------- */ 'helpers' => [ - 'enable' => true, + 'enable' => env('APP_ENV')=='prod'? false:true, ], /*