From b3605f54d69f6c350df8b09fabff7f14ca916363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=8A=E5=B2=9B=E7=9A=84=E8=92=9F=E8=92=BBbddjr?= Date: Fri, 28 Jun 2024 15:44:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=89=8D=E7=AB=AF=E6=89=93?= =?UTF-8?q?=E5=8C=85=E6=97=B6=E7=94=9F=E6=88=90=E7=9A=84gzip=E6=96=87?= =?UTF-8?q?=E4=BB=B6=20#5599=20(#5606)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/.env.development | 2 +- frontend/.env.production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/.env.development b/frontend/.env.development index efa385114..023d627b9 100644 --- a/frontend/.env.development +++ b/frontend/.env.development @@ -8,7 +8,7 @@ VITE_API_URL = '/api/v1' VITE_REPORT = false # 是否开启gzip压缩 -VITE_BUILD_GZIP = true +VITE_BUILD_GZIP = false VITE_DROP_CONSOLE = true diff --git a/frontend/.env.production b/frontend/.env.production index 8c620146f..53292f176 100644 --- a/frontend/.env.production +++ b/frontend/.env.production @@ -8,7 +8,7 @@ VITE_API_URL = '/api/v1' VITE_REPORT = true # 是否开启gzip压缩 -VITE_BUILD_GZIP = true +VITE_BUILD_GZIP = false VITE_DROP_CONSOLE = true