Newer
Older
Nanping_sponge / .env.production
@liyingjing liyingjing on 25 Oct 253 bytes 南平登录模块
# 页面标题
VITE_APP_TITLE = 智慧海绵系统

# 生产环境配置
VITE_APP_ENV = 'production'

# 智慧海绵系统/生产环境
VITE_APP_BASE_API = '/prod-api'

# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip