Newer
Older
Nanping_sponge_GCYPG / .env.production
@liyingjing liyingjing on 25 Oct 332 bytes 1
# 页面标题
VITE_APP_TITLE = 建设工程指南与预评估

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

# 建设工程指南与预评估/生产环境
VITE_APP_BASE_API = '/prod-api'
 VITE_PROJECT_ISERVER_URL = 'http://192.168.1.34:8090' 
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip