.env.production 438 B

123456789101112131415161718
  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
  9. # VITE_APP_BASE_API = 'http://localhost:8082'
  10. # UCP_BASE_API = 'http://localhost:8082'
  11. VITE_APP_BASE_API = 'http://172.16.12.101:8082'
  12. UCP_BASE_API = 'http://172.16.12.101:8092'