fantasy-ngzorro 1.1.35 → 1.1.37

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.
@@ -2377,7 +2377,6 @@
2377
2377
  }
2378
2378
  this.init();
2379
2379
  }
2380
- this.dealRow();
2381
2380
  };
2382
2381
  /**
2383
2382
  * @param {?} fn
@@ -3572,6 +3571,8 @@
3572
3571
  */
3573
3572
  function () {
3574
3573
  var _this = this;
3574
+ console.log('local', location);
3575
+ console.log('window', window);
3575
3576
  this.userSession = this.commonSessionService.getSession('__jy_authorization_session__');
3576
3577
  // 用于开发环境调试
3577
3578
  if (!this.userSession) {