.env.development 566 B

1234567891011121314151617
  1. # just a flag
  2. ENV = 'development'
  3. // api接口请求地址
  4. VUE_APP_BASE_API = 'http://lymall-platform.58for.com/apis'
  5. //VUE_APP_BASE_API = 'http://192.168.1.176:8088'
  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://ecard-oss.58for.com/'
  15. //picture-store