...
|
...
|
@@ -25,8 +25,6 @@ let http = { |
|
|
return;
|
|
|
}
|
|
|
http.get(window.location.origin + '/config/getConfig',{configName:'url'},function(res){
|
|
|
console.log(res);
|
|
|
debugger;
|
|
|
sessionStorage.setItem('domainName', res.gateway);
|
|
|
// sessionStorage.setItem('domainInspectionURI', res.inspection_web);
|
|
|
// sessionStorage.setItem('domainAssetsManage', res.assetsweb);
|
...
|
...
|
|