Showing
1 changed file
with
0 additions
and
2 deletions
@@ -25,8 +25,6 @@ let http = { | @@ -25,8 +25,6 @@ let http = { | ||
25 | return; | 25 | return; |
26 | } | 26 | } |
27 | http.get(window.location.origin + '/config/getConfig',{configName:'url'},function(res){ | 27 | http.get(window.location.origin + '/config/getConfig',{configName:'url'},function(res){ |
28 | - console.log(res); | ||
29 | - debugger; | ||
30 | sessionStorage.setItem('domainName', res.gateway); | 28 | sessionStorage.setItem('domainName', res.gateway); |
31 | // sessionStorage.setItem('domainInspectionURI', res.inspection_web); | 29 | // sessionStorage.setItem('domainInspectionURI', res.inspection_web); |
32 | // sessionStorage.setItem('domainAssetsManage', res.assetsweb); | 30 | // sessionStorage.setItem('domainAssetsManage', res.assetsweb); |
-
Please register or login to post a comment