.env.development 549 B

1234567891011121314151617
  1. # just a flag
  2. ENV = 'development'
  3. // api接口请求地址
  4. //VUE_APP_BASE_API= 'https://llong-multishop.yunxan.com/apis'
  5. VUE_APP_BASE_API = 'http://127.0.0.1:8087'
  6. // 客服api接口请求地址
  7. //VUE_APP_IM_API = 'https://b2b2c-im.mall4j.com'
  8. VUE_APP_IM_API = 'http://127.0.0.1:8089'
  9. // 客服webstock接口请求地址
  10. //VUE_APP_WS_IM_API = 'wss://b2b2c-im.mall4j.com'
  11. VUE_APP_WS_IM_API = 'ws://127.0.0.1:8089'
  12. // 静态资源文件url
  13. //VUE_APP_RESOURCES_URL = 'https://img.mall4j.com/'
  14. VUE_APP_RESOURCES_URL = 'https://llong-oss.yunxan.com/'