.env.development 394 B

12345678910111213
  1. # just a flag
  2. ENV = 'development'
  3. # base api
  4. # VUE_APP_BASE_API = 'http://192.168.2.67:18015'
  5. # VUE_APP_BASE_API = 'http://localhost:18015'
  6. # VUE_APP_BASE_API = 'http://192.168.2.102:18015'
  7. VUE_APP_BASE_API = 'https://mapi-b.caimei365.com'
  8. # 图片上传,索引更新等
  9. VUE_APP_CORE_API = 'https://core-b.caimei365.com'
  10. # 采美网站url
  11. VUE_APP_CAIMEI_URL = 'https://zzjtest.gz.aeert.com'