.env.production 250 B

123456789101112131415
  1. # just a flag
  2. ENV = 'production'
  3. # base api
  4. VUE_APP_BASE_API = ''
  5. # 线上正式
  6. VUE_APP_BASE_URL = 'https://api.youxi9.cn'
  7. # 登陆域名
  8. VUE_APP_LOGIN_URL = 'https://user.youxi9.cn'
  9. # 图片地址
  10. # VUE_APP_IMG_URL = 'https://cdn.youxi9.com/'