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