From f7d9b18f025cc3d9482816ac808bb3ad2a1bd4d2 Mon Sep 17 00:00:00 2001 From: zhenhui <1276357500@qq.com> Date: Fri, 6 Mar 2026 13:41:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=AF=E5=A2=83=E6=96=87=E4=BB=B6=E4=B8=AD?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=98=AF=E5=90=A6=E5=BC=80=E5=90=AF=E7=94=9F?= =?UTF-8?q?=E4=BA=A7=E7=8E=AF=E5=A2=83APP=5FDEBUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/.env.example | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/server/.env.example b/server/.env.example index 01a0984..d404657 100644 --- a/server/.env.example +++ b/server/.env.example @@ -31,4 +31,7 @@ CAPTCHA_MODE = cache LOGIN_CAPTCHA_ENABLE = false #前端目录 -FRONTEND_DIR = saiadmin-vue \ No newline at end of file +FRONTEND_DIR = saiadmin-vue + +#生成环境 +APP_DEBUG = false \ No newline at end of file