Files
intc-iot-web/.env.production
2025-04-24 17:33:21 +08:00

14 lines
320 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