.env.development 438 B

1234567891011121314151617181920212223
  1. # just a flag
  2. ENV = 'development'
  3. # base api
  4. VUE_APP_BASE_API = ''
  5. # 线上测试
  6. #VUE_APP_BASE_URL = 'http://devapi.youxi9.cn'
  7. # 正式域名
  8. # VUE_APP_BASE_URL = 'https://api.youxi9.cn'
  9. # 登陆域名
  10. #VUE_APP_LOGIN_URL = 'https://devuser.youxi9.cn'
  11. # 线上正式
  12. VUE_APP_BASE_URL = 'https://api.youxi9.cn'
  13. # 登陆域名
  14. VUE_APP_LOGIN_URL = 'https://user.youxi9.cn'
  15. # 图片地址
  16. # VUE_APP_IMG_URL = 'https://cdn.youxi9.com/'