.env.production 209 B

12345678910
  1. # just a flag
  2. ENV = 'production'
  3. # base api
  4. VUE_APP_BASE_API = '/prod-api'
  5. VUE_APP_DOMAIN_PREFIX = 'https://nsadminapi.tuanfengkeji.cn'
  6. # laoa api
  7. VUE_APP_LAOA_BASE_API = 'https://www.zhult.com/laoa-huozhu'