Commit 521b39833c94e94295ab2867418d0738def78afa

Authored by 杨鑫
2 parents 60a10b3f 468cd097

Merge branch 'master' of http://39.98.150.180/webapp/GreenwayWeb

lvdao-miniapp/utils/request.js
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // let hostall = window.location.href; 2 // let hostall = window.location.href;
3 // let c1 = hostall.split('cdwlMall')[0]; 3 // let c1 = hostall.split('cdwlMall')[0];
4 // let c1 = 'https://jy.scjysm.asia:18086/' 4 // let c1 = 'https://jy.scjysm.asia:18086/'
5 -let c1 = 'https://zhgw-uat.028wlkj.com/' 5 +let c1 = 'https://zhgw-uat.028wlkj.com/'
6 //封装request请求 6 //封装request请求
7 const sendRequest = (url, method = 'GET', data = {}, baseUrl,contentType) => { 7 const sendRequest = (url, method = 'GET', data = {}, baseUrl,contentType) => {
8 //判断header提交数据类型 8 //判断header提交数据类型