build(custom): 启用gzip压缩

This commit is contained in:
2023-11-21 14:33:29 +08:00
parent 631a943a26
commit c93ea4b750

View File

@@ -7,6 +7,12 @@ VITE_USE_MOCK=false
# 是否启用代理
VITE_USE_PROXY=false
# 是否启用压缩
VITE_USE_COMPRESS=true
# 压缩类型
VITE_COMPRESS_TYPE=gzip
# base api
VITE_BASE_API='https://test.wanzhuanyongcheng.cn/admin'