Files
dax-pay-ui/.env.production
2024-02-13 22:03:10 +08:00

37 lines
715 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.

# 是否打开mock
VITE_USE_MOCK=true
# 发布路径
VITE_PUBLIC_PATH=/
# 控制台不输出console
VITE_DROP_CONSOLE=true
# 是否启用gzip或brotli压缩可选: gzip | brotli |
# 无如果您需要多个表单,可以使用 '' 分隔
VITE_BUILD_COMPRESS='none'
# 使用compress时是否删除origin文件默认为false
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE=false
# 接口地址
VITE_GLOB_API_URL=/server
# 接口超时时间
VITE_GLOB_API_TIMEOUT=30000
# 文件上传地址
VITE_GLOB_UPLOAD_URL=/upload
# 接口前缀
VITE_GLOB_API_URL_PREFIX=
# Whether to enable image compression
VITE_USE_IMAGEMIN=true
# use pwa
VITE_USE_PWA=false
# Is it compatible with older browsers
VITE_LEGACY = false