ecinc-cloud-mappaio 9.6.150 → 9.6.151

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.
@@ -41521,6 +41521,9 @@ var auth_install = function install(Vue) {
41521
41521
  token = js_cookie_default().get(window.jwtTokenKey || 'ECWEB-JWTSSO-TOKEN');
41522
41522
  }
41523
41523
  }
41524
+ if ((!token || token === 'undefined') && location.href.indexOf('weixin.ecinc.com.cn') != -1) {
41525
+ alert(document.cookie);
41526
+ }
41524
41527
  return token === 'undefined' ? null : token;
41525
41528
  },
41526
41529
  setToken: function setToken(token) {
@@ -41531,6 +41531,9 @@ var auth_install = function install(Vue) {
41531
41531
  token = js_cookie_default().get(window.jwtTokenKey || 'ECWEB-JWTSSO-TOKEN');
41532
41532
  }
41533
41533
  }
41534
+ if ((!token || token === 'undefined') && location.href.indexOf('weixin.ecinc.com.cn') != -1) {
41535
+ alert(document.cookie);
41536
+ }
41534
41537
  return token === 'undefined' ? null : token;
41535
41538
  },
41536
41539
  setToken: function setToken(token) {