transitPlatForm-Vue3/.env.production

11 lines
265 B
Plaintext
Raw Normal View History

2026-03-09 14:09:14 +08:00
# 页面标题
2026-03-31 18:26:12 +08:00
VITE_APP_TITLE = 区域检验数据平台
2026-03-09 14:09:14 +08:00
# 生产环境配置
VITE_APP_ENV = 'production'
2026-03-31 18:26:12 +08:00
# 区域检验数据平台/生产环境
2026-03-09 14:09:14 +08:00
VITE_APP_BASE_API = '/prod-api'
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip