ecinc-cloud-wappaio 9.0.35 → 9.0.36
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.
package/lib/ecwappaio.common.js
CHANGED
|
@@ -215319,7 +215319,7 @@ var js_cookie_default = /*#__PURE__*/__webpack_require__.n(js_cookie);
|
|
|
215319
215319
|
function _readOnlyError(name) { throw new TypeError("\"" + name + "\" is read-only"); }
|
|
215320
215320
|
|
|
215321
215321
|
var port = '-' + location.port;
|
|
215322
|
-
if (location.href.indexOf('
|
|
215322
|
+
if (location.href.indexOf('fromexe') > 0) {
|
|
215323
215323
|
alert(port);
|
|
215324
215324
|
}
|
|
215325
215325
|
if (sessionStorage.getItem('productCode')) {
|
|
@@ -215331,7 +215331,7 @@ if (location.href.indexOf('fromexe') > 0) {
|
|
|
215331
215331
|
alert(port);
|
|
215332
215332
|
}
|
|
215333
215333
|
var TokenKey = (window.jwtTokenKey || 'ECWEB-JWTSSO-TOKEN') + port;
|
|
215334
|
-
if (location.href.indexOf('
|
|
215334
|
+
if (location.href.indexOf('fromexe') > 0) {
|
|
215335
215335
|
alert(TokenKey);
|
|
215336
215336
|
var auth_token = sessionStorage.getItem(TokenKey);
|
|
215337
215337
|
if (!auth_token) {
|
package/lib/ecwappaio.umd.js
CHANGED
|
@@ -215328,7 +215328,7 @@ var js_cookie_default = /*#__PURE__*/__webpack_require__.n(js_cookie);
|
|
|
215328
215328
|
function _readOnlyError(name) { throw new TypeError("\"" + name + "\" is read-only"); }
|
|
215329
215329
|
|
|
215330
215330
|
var port = '-' + location.port;
|
|
215331
|
-
if (location.href.indexOf('
|
|
215331
|
+
if (location.href.indexOf('fromexe') > 0) {
|
|
215332
215332
|
alert(port);
|
|
215333
215333
|
}
|
|
215334
215334
|
if (sessionStorage.getItem('productCode')) {
|
|
@@ -215340,7 +215340,7 @@ if (location.href.indexOf('fromexe') > 0) {
|
|
|
215340
215340
|
alert(port);
|
|
215341
215341
|
}
|
|
215342
215342
|
var TokenKey = (window.jwtTokenKey || 'ECWEB-JWTSSO-TOKEN') + port;
|
|
215343
|
-
if (location.href.indexOf('
|
|
215343
|
+
if (location.href.indexOf('fromexe') > 0) {
|
|
215344
215344
|
alert(TokenKey);
|
|
215345
215345
|
var auth_token = sessionStorage.getItem(TokenKey);
|
|
215346
215346
|
if (!auth_token) {
|