Commit 521b39833c94e94295ab2867418d0738def78afa
Merge branch 'master' of http://39.98.150.180/webapp/GreenwayWeb
Showing
1 changed file
with
1 additions
and
1 deletions
lvdao-miniapp/utils/request.js
| ... | ... | @@ -2,7 +2,7 @@ |
| 2 | 2 | // let hostall = window.location.href; |
| 3 | 3 | // let c1 = hostall.split('cdwlMall')[0]; |
| 4 | 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 | 6 | //封装request请求 |
| 7 | 7 | const sendRequest = (url, method = 'GET', data = {}, baseUrl,contentType) => { |
| 8 | 8 | //判断header提交数据类型 | ... | ... |