.env.production 363 B

123456789101112131415
  1. # 页面标题
  2. VUE_APP_TITLE = SaaS协同平台
  3. # 生产环境配置
  4. ENV = 'production'
  5. # SaaS协同平台/生产环境
  6. VUE_APP_BASE_API = '/prod-api'
  7. # 登录地址 正式
  8. # VUE_APP_LOGIN_URL = 'https://sso.lzlxylsf.com/#/'
  9. # 开发
  10. # VUE_APP_LOGIN_URL = 'https://sso.benyuntech.com/#/'
  11. # 测试
  12. VUE_APP_LOGIN_URL = 'https://ssotest.benyuntech.com/#/sso/auth'