.env.prod 307 B

123456789101112131415
  1. # 页面标题
  2. VUE_APP_TITLE = ByteSailing
  3. # 生产环境配置
  4. VUE_APP_ENV = 'production'
  5. # 若依管理系统/生产环境
  6. VUE_APP_BASE_API = '/prod-api'
  7. # 是否在打包时开启压缩,支持 gzip 和 brotli
  8. VUE_APP_COMPRESS = gzip
  9. VUE_APP_WS_API = ':9898/prod-api'
  10. VUE_APP_IP = '139.159.251.109'