.env.test 374 B

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