Files
dax-pay-h5/.env.production
2024-10-06 17:24:34 +08:00

22 lines
549 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 独立部署模式
#VITE_PUBLIC_PATH = /
## API 接口前缀
#VITE_GLOB_API_URL_PREFIX=/api
# 嵌入式模式 与网关部署在一起
VITE_PUBLIC_PATH=/h5
# API 接口前缀
VITE_GLOB_API_URL_PREFIX=
# 是否删除console
VITE_DROP_CONSOLE=true
# 虚拟控制台
VITE_V_CONSOLE=false
# 是否启用gzip压缩或brotli压缩, 可选: gzip | brotli | none, 如果你需要多种形式,你可以用','来分隔
VITE_BUILD_COMPRESS='none'
# 使用压缩时是否删除原始文件默认为false
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE=false