Files
hazardousWaste_web/.env.production

11 lines
267 B
Plaintext
Raw Normal View History

2026-03-09 15:02:47 +08:00
# 页面标题
2026-03-11 08:22:15 +08:00
VITE_APP_TITLE = 智汇管理系统
2026-03-09 15:02:47 +08:00
# 生产环境配置
VITE_APP_ENV = 'production'
2026-03-11 08:22:15 +08:00
# 智汇管理系统/生产环境
2026-03-09 15:02:47 +08:00
VITE_APP_BASE_API = 'http://192.168.1.5:8082'
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip