Commit 8d14e1a2a30568ae29ca4bfd1c8dfe7d5091a9c2
1 parent
97dd7eda
1
Showing
1 changed file
with
1 additions
and
1 deletions
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提交数据类型 |