Files
intc-vue3/.env.production
2024-04-19 09:36:13 +08:00

14 lines
317 B
Plaintext

# 页面标题
VITE_APP_TITLE = 智聪科技综合管理平台
# 生产环境配置
VITE_APP_ENV = 'production'
# 市政一体化/生产环境
VITE_APP_BASE_API = '/prod-api'
# 文件图片上传
VITE_APP_FILE_API = '/prod-file'
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip