config.js 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. let data = {}
  2. if (process.env.NODE_ENV === 'production') {
  3. // data.baseUrl = 'https://mp.hotcrm.cn'
  4. // 凌学荟 wx853f2fe562a2d7b2
  5. // data.baseUrl = 'https://ling.weiet.com'
  6. // data.imageUrl = 'https://ling.weiet.com/static/imgs/'
  7. // 舒眠 wx63f79b3d61ba632b
  8. data.baseUrl = 'https://clone.somnisix.net'
  9. data.imageUrl = 'https://clone.somnisix.net/static/imgs/'
  10. // data.baseUrl = 'https://shumian.weiet.com'
  11. // data.imageUrl = 'https://shumian.weiet.com/static/imgs/'
  12. // 曼普营养 wx86f38b5296f30852 https://work.hkmop.com/work
  13. // data.baseUrl = 'https://work.hkmop.com'
  14. // data.imageUrl = 'https://work.hkmop.com/static/imgs'
  15. // 广州拓普思动物药业有限公司 wxa7a6f0e4096cd6fb
  16. // data.baseUrl = 'https://tops.hkmop.com'
  17. // data.imageUrl = 'https://tops.hkmop.com/static/imgs/'
  18. // data.mpCommonClass = 'mp-common2'
  19. // 康顿鲜果 wx08a09227a4c62857
  20. // data.baseUrl = 'https://shop.kangdun0531.com'
  21. // data.imageUrl = 'https://shop.kangdun0531.com/static/imgs/'
  22. // data.mpCommonClass = 'mp-common3'
  23. } else {
  24. // data.baseUrl = 'https://mp.hotcrm.cn'
  25. // 凌学荟 wx853f2fe562a2d7b2
  26. // data.baseUrl = 'https://ling.weiet.com'
  27. // data.imageUrl = 'https://ling.weiet.com/static/imgs/'
  28. // 舒眠 wx63f79b3d61ba632b
  29. data.baseUrl = 'https://clone.somnisix.net'
  30. data.imageUrl = 'https://clone.somnisix.net/static/imgs/'
  31. // data.baseUrl = 'https://shumian.weiet.com'
  32. // data.imageUrl = 'https://shumian.weiet.com/static/imgs/'
  33. // 广州拓普思动物药业有限公司
  34. // data.baseUrl = 'https://tops.hkmop.com'
  35. // data.imageUrl = 'https://tops.hkmop.com/static/imgs/'
  36. // data.mpCommonClass = 'mp-common2'
  37. // 康顿鲜果
  38. // data.baseUrl = 'https://shop.kangdun0531.com'
  39. // data.imageUrl = 'https://shop.kangdun0531.com/static/imgs/'
  40. // data.mpCommonClass = 'mp-common3'
  41. // 曼普营养 wx86f38b5296f30852
  42. // data.baseUrl = 'https://work.hkmop.com'
  43. // data.imageUrl = 'https://work.hkmop.com/static/imgs'
  44. }
  45. export default data