| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- let data = {}
- if (process.env.NODE_ENV === 'production') {
- // data.baseUrl = 'https://mp.hotcrm.cn'
- // 凌学荟 wx853f2fe562a2d7b2
- // data.baseUrl = 'https://ling.weiet.com'
- // data.imageUrl = 'https://ling.weiet.com/static/imgs/'
- // 舒眠 wx63f79b3d61ba632b
- data.baseUrl = 'https://clone.somnisix.net'
- data.imageUrl = 'https://clone.somnisix.net/static/imgs/'
- // data.baseUrl = 'https://shumian.weiet.com'
- // data.imageUrl = 'https://shumian.weiet.com/static/imgs/'
- // 曼普营养 wx86f38b5296f30852 https://work.hkmop.com/work
- // data.baseUrl = 'https://work.hkmop.com'
- // data.imageUrl = 'https://work.hkmop.com/static/imgs'
- // 广州拓普思动物药业有限公司 wxa7a6f0e4096cd6fb
- // data.baseUrl = 'https://tops.hkmop.com'
- // data.imageUrl = 'https://tops.hkmop.com/static/imgs/'
- // data.mpCommonClass = 'mp-common2'
- // 康顿鲜果 wx08a09227a4c62857
- // data.baseUrl = 'https://shop.kangdun0531.com'
- // data.imageUrl = 'https://shop.kangdun0531.com/static/imgs/'
- // data.mpCommonClass = 'mp-common3'
- } else {
- // data.baseUrl = 'https://mp.hotcrm.cn'
- // 凌学荟 wx853f2fe562a2d7b2
- // data.baseUrl = 'https://ling.weiet.com'
- // data.imageUrl = 'https://ling.weiet.com/static/imgs/'
- // 舒眠 wx63f79b3d61ba632b
- data.baseUrl = 'https://clone.somnisix.net'
- data.imageUrl = 'https://clone.somnisix.net/static/imgs/'
- // data.baseUrl = 'https://shumian.weiet.com'
- // data.imageUrl = 'https://shumian.weiet.com/static/imgs/'
- // 广州拓普思动物药业有限公司
- // data.baseUrl = 'https://tops.hkmop.com'
- // data.imageUrl = 'https://tops.hkmop.com/static/imgs/'
- // data.mpCommonClass = 'mp-common2'
- // 康顿鲜果
- // data.baseUrl = 'https://shop.kangdun0531.com'
- // data.imageUrl = 'https://shop.kangdun0531.com/static/imgs/'
- // data.mpCommonClass = 'mp-common3'
- // 曼普营养 wx86f38b5296f30852
- // data.baseUrl = 'https://work.hkmop.com'
- // data.imageUrl = 'https://work.hkmop.com/static/imgs'
- }
- export default data
|