.env.production 263 B

1234567891011
  1. # 页面标题
  2. VITE_APP_TITLE = 若依管理系统
  3. # 生产环境配置
  4. VITE_APP_ENV = 'production'
  5. # 若依管理系统/生产环境
  6. VITE_APP_BASE_API = '/prod-api'
  7. # 是否在打包时开启压缩,支持 gzip 和 brotli
  8. VITE_BUILD_COMPRESS = gzip