.env.development 496 B

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