ecinc-cloud-wappaio 9.0.32 → 9.0.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -215325,7 +215325,7 @@ if (sessionStorage.getItem('productCode')) {
215325
215325
  port = '-' + location.href.split("productCode=")[1].split("&")[0];
215326
215326
  }
215327
215327
  var TokenKey = (window.jwtTokenKey || 'ECWEB-JWTSSO-TOKEN') + port;
215328
- console.log('TokenKey:', TokenKey);
215328
+ window.tokenKey = TokenKey;
215329
215329
  var RoleKey = 'ECWEB-ROLE-CODE-LIST' + port;
215330
215330
  var PermissionKey = 'ECWEB-PERMISSION-LIST' + port;
215331
215331
  var OrganListKey = 'PERSON_ORGAN_LIST' + port;
@@ -215334,7 +215334,7 @@ if (sessionStorage.getItem('productCode')) {
215334
215334
  port = '-' + location.href.split("productCode=")[1].split("&")[0];
215335
215335
  }
215336
215336
  var TokenKey = (window.jwtTokenKey || 'ECWEB-JWTSSO-TOKEN') + port;
215337
- console.log('TokenKey:', TokenKey);
215337
+ window.tokenKey = TokenKey;
215338
215338
  var RoleKey = 'ECWEB-ROLE-CODE-LIST' + port;
215339
215339
  var PermissionKey = 'ECWEB-PERMISSION-LIST' + port;
215340
215340
  var OrganListKey = 'PERSON_ORGAN_LIST' + port;